Home
last modified time | relevance | path

Searched defs:token (Results 1 – 20 of 20) sorted by relevance

/test/xts/hats/kernel/accesstokenid/
Daccesstokenid_test.cpp90 static int GetTokenid(unsigned long long *token) in GetTokenid()
109 static int SetTokenid(unsigned long long *token) in SetTokenid()
166 static void GetCurToken(unsigned long long *token, unsigned long long *ftoken) in GetCurToken()
234 unsigned long long token = INVAL_TOKEN; variable
254 unsigned long long token = INVAL_TOKEN; variable
290 unsigned long long token = INVAL_TOKEN; variable
332 unsigned long long token = INVAL_TOKEN; variable
452 unsigned long long token; variable
504 unsigned long long token = INVAL_TOKEN; variable
/test/xts/acts/ability/ability_runtime/actsserviceabilityclienttest/actsserviceabilityserversecondrelyhap/entry/src/main/ets/ServiceAbility/
Dservice.ts35 let token = data.readInterfaceToken(); variable
/test/xts/acts/ability/ability_runtime/actsserviceabilityclienttest/actsserviceabilityserverrelyhap/entry/src/main/ets/ServiceAbility/
Dservice.ts35 let token = data.readInterfaceToken(); variable
/test/xts/acts/account/appaccount/sceneProject/actsaccountoauthtoken/entry/src/main/js/default/pages/index/
Dindex.js26 callback.onResult(0, {"name":name,"authType":authType,"token":newTokenData}); property
41 callback.onResult(0, {"name":name,"authType":authType,"token":newTokenData}); property
/test/testfwk/arkxtest/uitest/test/
Dipc_transactor_test.cpp83 auto token = string("testInitConnection_#") + string(params.description); in TEST_P() local
120 constexpr string_view token = "testAapiTransaction"; in TEST() local
175 constexpr string_view token = "testHandleFdParam"; in TEST() local
228 constexpr string_view token = "testDetectConcurrentTransaction"; in TEST() local
276 constexpr string_view token = "testServerDetectClientDeath"; in TEST() local
/test/xts/device_attest_lite/services/core/network/
Dattest_coap.c51 static int32_t CoapCreateToken(uint8_t token[], uint8_t* tkl) in CoapCreateToken()
66 static int32_t CoapAddToken(CoapPacket* pkt, const CoapBuffer* token, CoapRWBuffer* buf) in CoapAddToken()
378 static int32_t CoapEncode(CoapPacket* pkt, const CoapPacketParam* param, const CoapBuffer* token, in CoapEncode()
448 uint8_t token[PKT_TOKEN_LEN] = {0}; in CoapBuildMessage() local
/test/testfwk/arkxtest/uitest/connection/
Dipc_transactor.cpp189 …<IRemoteObject> PublishCallerAndWaitForBackcaller(const sptr<ApiCaller> &caller, string_view token) in PublishCallerAndWaitForBackcaller()
218 static sptr<IRemoteObject> WaitForPublishedCaller(string_view token) in WaitForPublishedCaller()
283 bool ApiTransactor::InitAndConnectPeer(string_view token, ApiCallHandler handler) in InitAndConnectPeer()
/test/xts/device_attest/services/core/adapter/
Dattest_adapter.c89 char token[TOKEN_ENCRYPT_LEN + 1] = {0}; in AttestReadToken() local
125 char token[TOKEN_ENCRYPT_LEN + 1]; in AttestWriteToken() local
/test/xts/device_attest/services/oem_adapter/src/
Ddevice_attest_oem_adapter.c79 int32_t OEMReadToken(char *token, uint32_t len) in OEMReadToken()
109 int32_t OEMWriteToken(const char *token, uint32_t len) in OEMWriteToken()
/test/testfwk/arkxtest/uitest/server/
Dserver_main.cpp168 static int32_t StartDaemon(string_view token) in StartDaemon()
269 string_view token = argc < 3 ? "" : argv[2]; in main() local
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
DSendShareRequestTest.cpp62 …nt32 *SAMGR_SendSharedRequestProxy(const Identity *identity, const Request *request, uint32 *token, in SAMGR_SendSharedRequestProxy()
389 uint32 *token = NULL; variable
431 uint32 *token = NULL; variable
/test/xts/device_attest_lite/services/core/adapter/
Dattest_adapter.c102 char token[TOKEN_ENCRYPT_LEN + 1] = {0}; in AttestReadToken() local
139 char token[TOKEN_ENCRYPT_LEN + 1]; in AttestWriteToken() local
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
Dsendsharerequest_func_test.c65 …t32 *SAMGR_SendSharedRequestProxy(const Identity *identity, const Request *request, uint32 *token, in SAMGR_SendSharedRequestProxy()
396 uint32 *token = NULL; variable
437 uint32 *token = NULL; variable
/test/xts/acts/account/appaccount/sceneProject/actsaccountauthenticator/entry/src/main/js/ServiceAbility/
Dservice.js60 token: "123456" property
89 token: "xxxxxxxxx" property
/test/xts/device_attest_lite/test/unittest/src/
Dattest_mock.h89 const char* token; member
/test/xts/device_attest_lite/services/core/include/
Dattest_type.h126 char *token; member
/test/xts/device_attest/services/core/include/
Dattest_type.h141 char *token; member
/test/testfwk/arkxtest/uitest/napi/
Duitest_napi.cpp73 auto token = JsStrToCppStr(env, argv[0]); in ScheduleEstablishConnection() local
/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.cpp37 string token; in ParseMethodSignature() local
/test/xts/acts/ability/dmsfwk/continuationmanagertest/src/main/js/test/
DContinuationManagerJsunit.test.js20 let token = -1; variable