Home
last modified time | relevance | path

Searched defs:actionType (Results 1 – 14 of 14) sorted by relevance

/test/xts/device_attest_lite/services/core/attest/
Dattest_service_challenge.c149 static int32_t SetChallenge(ChallengeResult* challengeResult, ATTEST_ACTION_TYPE actionType) in SetChallenge()
177 static ChallengeResult* GetChallengeImpl(ATTEST_ACTION_TYPE actionType) in GetChallengeImpl()
199 int32_t GetChallenge(ChallengeResult** challResult, ATTEST_ACTION_TYPE actionType) in GetChallenge()
/test/xts/device_attest/services/core/attest/
Dattest_service_challenge.c149 static int32_t SetChallenge(ChallengeResult* challengeResult, ATTEST_ACTION_TYPE actionType) in SetChallenge()
177 static ChallengeResult* GetChallengeImpl(ATTEST_ACTION_TYPE actionType) in GetChallengeImpl()
199 int32_t GetChallenge(ChallengeResult** challResult, ATTEST_ACTION_TYPE actionType) in GetChallenge()
/test/testfwk/arkxtest/uitest/record/
Dpointer_info.cpp63 std::string FingerInfo::WriteWindowData(std::string actionType) in WriteWindowData()
133 std::string actionType = OP_TYPE[touchOpt]; in WriteWindowData() local
/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp241 int actionType = JudgeComponentType(*(elementInfo.get())); in OrderInput() local
289 int actionType = JudgeComponentType(*(componentInfos[index].get())); in RandomInput() local
338 int actionType = JudgeComponentType(*(componentinfo.get())); in FocusInput() local
404 int actionType; in JudgeComponentType() local
/test/xts/device_attest_lite/services/core/adapter/
Dattest_adapter_mock.c54 int32_t SendChallMsgStub(ATTEST_ACTION_TYPE actionType, char** respMsg) in SendChallMsgStub()
70 int32_t SendDevAttestStub(ATTEST_ACTION_TYPE actionType, char **respMsg) in SendDevAttestStub()
/test/xts/device_attest/services/core/adapter/
Dattest_adapter_mock.c54 int32_t SendChallMsgStub(ATTEST_ACTION_TYPE actionType, char** respMsg) in SendChallMsgStub()
70 int32_t SendDevAttestStub(ATTEST_ACTION_TYPE actionType, char **respMsg) in SendDevAttestStub()
/test/xts/device_attest_lite/services/core/network/
Dattest_network.c540 static int32_t BuildCoapBody(const DevicePacket *devData, ATTEST_ACTION_TYPE actionType, char **out… in BuildCoapBody()
562 static int32_t GenCoapMsg(const DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, char **reqM… in GenCoapMsg()
735 …ansOptions(const TLSSession* session, const DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, in TransOptions()
792 const ATTEST_ACTION_TYPE actionType, CoapBuffer* payload) in SendCoapMsg()
952 int32_t SendAttestMsg(const DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, char **respBody) in SendAttestMsg()
/test/xts/acts/arkui/ace_c_arkui_nowear_test_api19/entry/src/main/cpp/gestureRecognizer/
DPanGestureTest.cpp174 ArkUI_GestureEventActionType actionType = OH_ArkUI_GestureEvent_GetActionType(event); in PanGestureTest001() local
301 ArkUI_GestureEventActionType actionType = OH_ArkUI_GestureEvent_GetActionType(event); in PanGestureTest002() local
420 ArkUI_GestureEventActionType actionType = OH_ArkUI_GestureEvent_GetActionType(event); in PanGestureTest003() local
539 ArkUI_GestureEventActionType actionType = OH_ArkUI_GestureEvent_GetActionType(event); in PanGestureTest004() local
/test/xts/device_attest/services/core/network/
Dattest_network.c222 int32_t actionType, int32_t reqContentLength) in BuildSocketInfo()
800 static int32_t BuildHttpsBody(DevicePacket *devData, ATTEST_ACTION_TYPE actionType, char **outBody) in BuildHttpsBody()
862 static int32_t GenHttpsMsg(DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, char **reqMsg) in GenHttpsMsg()
1081 int32_t SendAttestMsg(DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, char **respBody) in SendAttestMsg()
/test/xts/acts/arkui/ace_c_arkui_key_code_test_api20/entry/src/main/cpp/accessibilitytest/
DAccessibility1Test.cpp59 ArkUI_Accessibility_ActionType actionType, in ExecuteAccessibilityAction()
123 ArkUI_Accessibility_ActionType actionType, in ExecuteAccessibilityAction()
/test/ostest/wukong/component_event/src/
Dtree_manager.cpp295 void TreeManager::SetInputcomponentIndex(int actionType, uint32_t index) in SetInputcomponentIndex()
/test/ostest/wukong/common/src/
Dcomponent_manager.cpp219 const int actionType) in ComponentEventInput()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/arkApi/
DarkApi.cpp125 auto actionType = OH_ArkUI_GestureEvent_GetActionType(event); in TestArkUIAddApi014() local
/test/xts/acts/location/geolocation_standard/entry/src/ohosTest/js/test/
DLocationMTest.test.js126 actionType: wantAgent.OperationType.START_ABILITY, property