MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / DeviceOperateWrapper

Method DeviceOperateWrapper

native/desc/DeviceOperateWrapper.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15 DeviceOperateWrapper::DeviceOperateWrapper()
16 : act(ActionType::NOP), throttle(0), waitTime(0), editable(false), clear(false),
17 adbInput(false), rawInput(false) {
18
19 }
20
21 DeviceOperateWrapper::DeviceOperateWrapper(const DeviceOperateWrapper &opt) {
22 this->act = opt.act;

Callers

nothing calls this directly

Calls 6

parseFunction · 0.85
stringToActionTypeFunction · 0.85
containsMethod · 0.80
whatMethod · 0.80
c_strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected