Home
last modified time | relevance | path

Searched refs:actionType (Results 1 – 21 of 21) sorted by relevance

/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp218 int actionType = JudgeComponentType(*(elementInfo.get())); in OrderInput() local
219 if (actionType == Accessibility::ACCESSIBILITY_ACTION_INVALID) { in OrderInput()
220 actionType = OHOS::Accessibility::ACCESSIBILITY_ACTION_CLICK; in OrderInput()
223 … result = ComponentManager::GetInstance()->ComponentEventInput(*(elementInfo.get()), actionType); in OrderInput()
226 treemanager->SetInputcomponentIndex(actionType); in OrderInput()
267 int actionType = JudgeComponentType(*(componentInfos[index].get())); in RandomInput() local
268 if (actionType == Accessibility::ACCESSIBILITY_ACTION_INVALID) { in RandomInput()
269 actionType = OHOS::Accessibility::ACCESSIBILITY_ACTION_CLICK; in RandomInput()
271 …= ComponentManager::GetInstance()->ComponentEventInput(*(componentInfos[index].get()), actionType); in RandomInput()
273 treemanager->SetInputcomponentIndex(actionType, index); in RandomInput()
[all …]
/test/testfwk/arkxtest/uitest/record/
Dui_record.cpp65 …Line(const TouchEventInfo &downEvent, const TouchEventInfo &upEvent, const std::string &actionType) in PrintLine() argument
68 std::cout << actionType << ": " ; in PrintLine()
69 if (actionType == "fling" || actionType == "swipe" || actionType == "drag") { in PrintLine()
78 if (actionType == "fling" || actionType == "swipe") { in PrintLine()
82 … } else if (actionType == "click" || actionType == "longClick" || actionType == "doubleClick") { in PrintLine()
83 std::cout << actionType << ": " ; in PrintLine()
95 … CommonPrintLine(TouchEventInfo &downEvent, TouchEventInfo &upEvent, const std::string &actionType) in CommonPrintLine() argument
108 …id EventData::WriteEventData(const VelocityTracker &velocityTracker, const std::string &actionType) in WriteEventData() argument
111 action = actionType; in WriteEventData()
120 g_outFile << actionType << ','; in WriteEventData()
[all …]
Dui_record.h82 void WriteEventData(const VelocityTracker &velocityTracker, const std::string &actionType);
/test/xts/device_attest_lite/services/core/include/adapter/
Dattest_adapter_mock.h53 int32_t SendChallMsgStub(ATTEST_ACTION_TYPE actionType, char** respMsg);
55 int32_t SendDevAttestStub(ATTEST_ACTION_TYPE actionType, char** respMsg);
/test/xts/device_attest/services/core/include/adapter/
Dattest_adapter_mock.h53 int32_t SendChallMsgStub(ATTEST_ACTION_TYPE actionType, char** respMsg);
55 int32_t SendDevAttestStub(ATTEST_ACTION_TYPE actionType, char** respMsg);
/test/xts/device_attest/services/core/adapter/
Dattest_adapter_mock.c51 int32_t SendChallMsgStub(ATTEST_ACTION_TYPE actionType, char** respMsg) in SendChallMsgStub() argument
53 if (respMsg == NULL || actionType >= ATTEST_ACTION_MAX) { in SendChallMsgStub()
56 const char* root = g_actionJsonStr[actionType]; in SendChallMsgStub()
67 int32_t SendDevAttestStub(ATTEST_ACTION_TYPE actionType, char **respMsg) in SendDevAttestStub() argument
69 if (respMsg == NULL || actionType >= ATTEST_ACTION_MAX) { in SendDevAttestStub()
73 const char* root = g_actionJsonStr[actionType]; in SendDevAttestStub()
/test/xts/device_attest_lite/services/core/adapter/
Dattest_adapter_mock.c51 int32_t SendChallMsgStub(ATTEST_ACTION_TYPE actionType, char** respMsg) in SendChallMsgStub() argument
53 if (respMsg == NULL || actionType >= ATTEST_ACTION_MAX) { in SendChallMsgStub()
56 const char* root = g_actionJsonStr[actionType]; in SendChallMsgStub()
67 int32_t SendDevAttestStub(ATTEST_ACTION_TYPE actionType, char **respMsg) in SendDevAttestStub() argument
69 if (respMsg == NULL || actionType >= ATTEST_ACTION_MAX) { in SendDevAttestStub()
73 const char* root = g_actionJsonStr[actionType]; in SendDevAttestStub()
/test/xts/device_attest_lite/services/core/attest/
Dattest_service_challenge.c119 static int32_t SetChallenge(ChallengeResult* challengeResult, ATTEST_ACTION_TYPE actionType) in SetChallenge() argument
130 ret = SendChallMsg(reqMsg, &respMsg, actionType); in SetChallenge()
147 int32_t GetChallenge(ChallengeResult** challResult, ATTEST_ACTION_TYPE actionType) in GetChallenge() argument
162 ret = SetChallenge(challengeResult, actionType); in GetChallenge()
/test/xts/device_attest/services/core/attest/
Dattest_service_challenge.c119 static int32_t SetChallenge(ChallengeResult* challengeResult, ATTEST_ACTION_TYPE actionType) in SetChallenge() argument
130 ret = SendChallMsg(reqMsg, &respMsg, actionType); in SetChallenge()
147 int32_t GetChallenge(ChallengeResult** challResult, ATTEST_ACTION_TYPE actionType) in GetChallenge() argument
162 ret = SetChallenge(challengeResult, actionType); in GetChallenge()
/test/xts/device_attest_lite/services/core/include/attest/
Dattest_service_challenge.h27 int32_t GetChallenge(ChallengeResult** challResult, ATTEST_ACTION_TYPE actionType);
/test/xts/device_attest/services/core/include/attest/
Dattest_service_challenge.h27 int32_t GetChallenge(ChallengeResult** challResult, ATTEST_ACTION_TYPE actionType);
/test/xts/device_attest_lite/services/core/network/
Dattest_network.c483 static int32_t BuildCoapBody(const DevicePacket *devData, ATTEST_ACTION_TYPE actionType, char **out… in BuildCoapBody() argument
485 if (actionType >= ATTEST_ACTION_MAX) { in BuildCoapBody()
490 BuildBodyFunc buildBodyFunc = g_buildBodyFunc[actionType]; in BuildCoapBody()
505 static int32_t GenCoapMsg(const DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, char **reqM… in GenCoapMsg() argument
508 if (devPacket == NULL || reqMsg == NULL || actionType >= ATTEST_ACTION_MAX) { in GenCoapMsg()
514 int32_t ret = BuildCoapBody(devPacket, actionType, &msg); in GenCoapMsg()
678 …ansOptions(const TLSSession* session, const DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, in TransOptions() argument
691 if (BuildUriOption(g_uriPath[actionType], strlen(g_uriPath[actionType]), optionList) != 0) { in TransOptions()
735 const ATTEST_ACTION_TYPE actionType, CoapBuffer* payload) in SendCoapMsg() argument
752 if (TransOptions(session, devPacket, actionType, &optionList) != ATTEST_OK) { in SendCoapMsg()
[all …]
/test/xts/device_attest_lite/services/core/include/network/
Dattest_network.h57 int32_t SendAttestMsg(const DevicePacket *devValue, ATTEST_ACTION_TYPE actionType, char **respBodyD…
/test/xts/acts/multimedia/audio/audio_js_standard/audioInterrupt/src/main/js/test/
DAudioInterrupt.test.js130 if (InterruptAction.actionType != undefined && InterruptAction.actionType != null) {
137 console.info('InterruptAction.actionType is :' + InterruptAction.actionType);
/test/xts/device_attest/services/core/network/
Dattest_network.c215 int32_t actionType, int32_t reqContentLength) in BuildSocketInfo() argument
227 msgHttpPack->reqMethod = g_uriPath[actionType]; in BuildSocketInfo()
717 static int32_t BuildHttpsBody(DevicePacket *devData, ATTEST_ACTION_TYPE actionType, char **outBody) in BuildHttpsBody() argument
719 if (actionType >= ATTEST_ACTION_MAX) { in BuildHttpsBody()
724 BuildBodyFunc buildBodyFunc = g_buildBodyFunc[actionType]; in BuildHttpsBody()
775 static int32_t GenHttpsMsg(DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, char **reqMsg) in GenHttpsMsg() argument
787 retCode = BuildHttpsBody(devPacket, actionType, &body); in GenHttpsMsg()
792 retCode = BuildHttpsHead(devPacket, strlen(body), actionType, &header); in GenHttpsMsg()
941 int32_t SendAttestMsg(DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, char **respBody) in SendAttestMsg() argument
953 retCode = GenHttpsMsg(devPacket, actionType, &reqData); in SendAttestMsg()
/test/xts/acts/multimedia/audio/audio_js_standard/audioInterruptRender/entry/src/main/ets/MainAbility/
Dapp.ets127 if (InterruptAction.actionType != undefined && InterruptAction.actionType != null) {
134 … console.info(TAG + 'InterruptAction.actionType ============ is :' + InterruptAction.actionType);
/test/xts/device_attest/services/core/include/network/
Dattest_network.h93 int32_t SendAttestMsg(DevicePacket *devValue, ATTEST_ACTION_TYPE actionType, char **respBodyData);
/test/ostest/wukong/common/include/
Dcomponent_manager.h58 …ponentEventInput(OHOS::Accessibility::AccessibilityElementInfo& elementInfo, const int actionType);
/test/ostest/wukong/component_event/src/
Dtree_manager.cpp241 void TreeManager::SetInputcomponentIndex(int actionType, uint32_t index) in SetInputcomponentIndex() argument
243 DEBUG_LOG_STR("Input: (%d), Input Type: (%d)", index, actionType); in SetInputcomponentIndex()
260 inputComponentList_[index]->AddTypeInputCount(actionType); in SetInputcomponentIndex()
268 inputComponent_->AddTypeInputCount(actionType); in SetInputcomponentIndex()
/test/ostest/wukong/common/src/
Dcomponent_manager.cpp205 const int actionType) in ComponentEventInput() argument
210 auto componentRespond = componentMap_[actionType]; in ComponentEventInput()
/test/ostest/wukong/component_event/include/
Dtree_manager.h76 void SetInputcomponentIndex(int actionType, uint32_t index = INVALIDED_INPUT_INDEX);