Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/record/
Dpointer_info.cpp59 std::string FingerInfo::WriteWindowData(std::string actionType) in WriteWindowData()
125 std::string actionType = OP_TYPE[touchOpt]; in WriteWindowData() local
/test/xts/device_attest_lite/services/core/attest/
Dattest_service_challenge.c147 static int32_t SetChallenge(ChallengeResult* challengeResult, ATTEST_ACTION_TYPE actionType) in SetChallenge()
175 static ChallengeResult* GetChallengeImpl(ATTEST_ACTION_TYPE actionType) in GetChallengeImpl()
197 int32_t GetChallenge(ChallengeResult** challResult, ATTEST_ACTION_TYPE actionType) in GetChallenge()
/test/xts/device_attest/services/core/attest/
Dattest_service_challenge.c147 static int32_t SetChallenge(ChallengeResult* challengeResult, ATTEST_ACTION_TYPE actionType) in SetChallenge()
175 static ChallengeResult* GetChallengeImpl(ATTEST_ACTION_TYPE actionType) in GetChallengeImpl()
197 int32_t GetChallenge(ChallengeResult** challResult, ATTEST_ACTION_TYPE actionType) in GetChallenge()
/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
340 int actionType = JudgeComponentType(*(componentinfo.get())); in FocusInput() local
405 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.c533 static int32_t BuildCoapBody(const DevicePacket *devData, ATTEST_ACTION_TYPE actionType, char **out… in BuildCoapBody()
555 static int32_t GenCoapMsg(const DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, char **reqM… in GenCoapMsg()
728 …ansOptions(const TLSSession* session, const DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, in TransOptions()
785 const ATTEST_ACTION_TYPE actionType, CoapBuffer* payload) in SendCoapMsg()
945 int32_t SendAttestMsg(const DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, char **respBody) in SendAttestMsg()
/test/xts/device_attest/services/core/network/
Dattest_network.c222 int32_t actionType, int32_t reqContentLength) in BuildSocketInfo()
795 static int32_t BuildHttpsBody(DevicePacket *devData, ATTEST_ACTION_TYPE actionType, char **outBody) in BuildHttpsBody()
857 static int32_t GenHttpsMsg(DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, char **reqMsg) in GenHttpsMsg()
1076 int32_t SendAttestMsg(DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, char **respBody) in SendAttestMsg()
/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.cpp206 const int actionType) in ComponentEventInput()