Home
last modified time | relevance | path

Searched refs:TOKEN_ID (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Ddbinder_session_object_unittest.cpp27 const uint32_t TOKEN_ID = 1; variable
66 DBinderSessionObject object(serviceName, serverDeviceId, STUB_INDEX, nullptr, TOKEN_ID);
82 DBinderSessionObject object(serviceName, serverDeviceId, STUB_INDEX, nullptr, TOKEN_ID);
99 DBinderSessionObject object(serviceName, serverDeviceId, STUB_INDEX, nullptr, TOKEN_ID);
114 DBinderSessionObject object(serviceName, serverDeviceId, STUB_INDEX, nullptr, TOKEN_ID);
127 …BinderSessionObject object("testserviceName", "testserverDeviceId", STUB_INDEX, nullptr, TOKEN_ID);
140 …BinderSessionObject object("testserviceName", "testserverDeviceId", STUB_INDEX, nullptr, TOKEN_ID);
153 …BinderSessionObject object("testserviceName", "testserverDeviceId", STUB_INDEX, nullptr, TOKEN_ID);
156 EXPECT_EQ(tokenId, TOKEN_ID);
166 …BinderSessionObject object("testserviceName", "testserverDeviceId", STUB_INDEX, nullptr, TOKEN_ID);
[all …]
/ohos5.0/base/useriam/pin_auth/test/fuzztest/services/modules/executors/pinauthexecutorcallbackhdi_fuzzer/
H A Dpin_auth_executor_callback_hdi_fuzzer.cpp48 const uint32_t TOKEN_ID = 2; variable
59 .tokenId = TOKEN_ID, in InitPinAuthExecutorCallbackHdi()
81 .tokenId = TOKEN_ID, in FuzzDoVibrator()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/utils/
H A Dclipboard_policy_serializer.cpp32 cJSON* tokenId = cJSON_GetObjectItem(item, TOKEN_ID.c_str()); in Deserialize()
58 cJSON_AddNumberToObject(item, TOKEN_ID.c_str(), it.first); in Serialize()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/utils/
H A Dclipboard_policy_serializer.h25 const std::string TOKEN_ID = "tokenId"; variable
/ohos5.0/base/security/code_signature/
H A Dhisysevent.yaml60 TOKEN_ID : {type: UINT32, desc: token id of invalid caller}
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp107 const std::string TOKEN_ID = "token_id"; variable
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp40 const uint32_t TOKEN_ID = 0x08000000; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h139 extern const std::string TOKEN_ID;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp193 const std::string TOKEN_ID = "TOKEN_ID"; variable
4113 want.SetParam(TOKEN_ID, tokenId); in NotifyAppStatusByCallerUid()