/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | dbinder_session_object_unittest.cpp | 27 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 D | pin_auth_executor_callback_hdi_fuzzer.cpp | 48 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 D | clipboard_policy_serializer.cpp | 32 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 D | clipboard_policy_serializer.h | 25 const std::string TOKEN_ID = "tokenId"; variable
|
/ohos5.0/base/security/code_signature/ |
H A D | hisysevent.yaml | 60 TOKEN_ID : {type: UINT32, desc: token id of invalid caller}
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/ |
H A D | distributed_device_profile_constants.cpp | 107 const std::string TOKEN_ID = "token_id"; variable
|
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
H A D | notification_service_test.cpp | 40 const uint32_t TOKEN_ID = 0x08000000; variable
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/ |
H A D | distributed_device_profile_constants.h | 139 extern const std::string TOKEN_ID;
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 193 const std::string TOKEN_ID = "TOKEN_ID"; variable 4113 want.SetParam(TOKEN_ID, tokenId); in NotifyAppStatusByCallerUid()
|