Home
last modified time | relevance | path

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

/test/xts/device_attest_lite/services/core/attest/
Dattest_service_challenge.c119 static int32_t SetChallenge(ChallengeResult* challengeResult, ATTEST_ACTION_TYPE actionType) in SetChallenge()
147 int32_t GetChallenge(ChallengeResult** challResult, ATTEST_ACTION_TYPE 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()
147 int32_t GetChallenge(ChallengeResult** challResult, ATTEST_ACTION_TYPE actionType) in GetChallenge()
/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp218 int actionType = JudgeComponentType(*(elementInfo.get())); in OrderInput() local
267 int actionType = JudgeComponentType(*(componentInfos[index].get())); in RandomInput() local
296 int actionType; in JudgeComponentType() local
/test/testfwk/arkxtest/uitest/record/
Dui_record.cpp65 …Line(const TouchEventInfo &downEvent, const TouchEventInfo &upEvent, const std::string &actionType) in PrintLine()
95 … CommonPrintLine(TouchEventInfo &downEvent, TouchEventInfo &upEvent, const std::string &actionType) in CommonPrintLine()
108 …id EventData::WriteEventData(const VelocityTracker &velocityTracker, const std::string &actionType) in WriteEventData()
/test/xts/device_attest/services/core/adapter/
Dattest_adapter_mock.c51 int32_t SendChallMsgStub(ATTEST_ACTION_TYPE actionType, char** respMsg) in SendChallMsgStub()
67 int32_t SendDevAttestStub(ATTEST_ACTION_TYPE actionType, char **respMsg) 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()
67 int32_t SendDevAttestStub(ATTEST_ACTION_TYPE actionType, char **respMsg) in SendDevAttestStub()
/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()
505 static int32_t GenCoapMsg(const DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, char **reqM… in GenCoapMsg()
678 …ansOptions(const TLSSession* session, const DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, in TransOptions()
735 const ATTEST_ACTION_TYPE actionType, CoapBuffer* payload) in SendCoapMsg()
896 int32_t SendAttestMsg(const DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, char **respBody) in SendAttestMsg()
/test/xts/device_attest/services/core/network/
Dattest_network.c215 int32_t actionType, int32_t reqContentLength) in BuildSocketInfo()
717 static int32_t BuildHttpsBody(DevicePacket *devData, ATTEST_ACTION_TYPE actionType, char **outBody) in BuildHttpsBody()
775 static int32_t GenHttpsMsg(DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, char **reqMsg) in GenHttpsMsg()
941 int32_t SendAttestMsg(DevicePacket *devPacket, ATTEST_ACTION_TYPE actionType, char **respBody) in SendAttestMsg()
/test/ostest/wukong/component_event/src/
Dtree_manager.cpp241 void TreeManager::SetInputcomponentIndex(int actionType, uint32_t index) in SetInputcomponentIndex()
/test/ostest/wukong/common/src/
Dcomponent_manager.cpp205 const int actionType) in ComponentEventInput()