Searched defs:actionType (Results 1 – 10 of 10) sorted by relevance
/test/xts/device_attest_lite/services/core/attest/ |
D | attest_service_challenge.c | 119 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/ |
D | attest_service_challenge.c | 119 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/ |
D | component_input.cpp | 218 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/ |
D | ui_record.cpp | 65 …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/ |
D | attest_adapter_mock.c | 51 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/ |
D | attest_adapter_mock.c | 51 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/ |
D | attest_network.c | 483 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/ |
D | attest_network.c | 215 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/ |
D | tree_manager.cpp | 241 void TreeManager::SetInputcomponentIndex(int actionType, uint32_t index) in SetInputcomponentIndex()
|
/test/ostest/wukong/common/src/ |
D | component_manager.cpp | 205 const int actionType) in ComponentEventInput()
|