| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/ |
| H A D | udmf_service_stub.cpp | 62 uint32_t token = static_cast<uint32_t>(IPCSkeleton::GetCallingTokenID()); in OnSetData() local 82 uint32_t token = static_cast<uint32_t>(IPCSkeleton::GetCallingTokenID()); in OnGetData() local 102 uint32_t token = static_cast<uint32_t>(IPCSkeleton::GetCallingTokenID()); in OnGetBatchData() local 123 uint32_t token = static_cast<uint32_t>(IPCSkeleton::GetCallingTokenID()); in OnUpdateData() local 141 uint32_t token = static_cast<uint32_t>(IPCSkeleton::GetCallingTokenID()); in OnDeleteData() local 161 uint32_t token = static_cast<uint32_t>(IPCSkeleton::GetCallingTokenID()); OnGetSummary() local 181 uint32_t token = static_cast<uint32_t>(IPCSkeleton::GetCallingTokenID()); OnAddPrivilege() local 200 uint32_t token = static_cast<uint32_t>(IPCSkeleton::GetCallingTokenID()); OnSync() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| H A D | distributeddb_relational_remote_query_test.cpp | 200 ContinueToken token = nullptr; in HWTEST_F() local 260 ContinueToken token = nullptr; in HWTEST_F() local 325 ContinueToken token = nullptr; HWTEST_F() local 372 ContinueToken token = nullptr; HWTEST_F() local 423 ContinueToken token = nullptr; HWTEST_F() local 507 ContinueToken token = nullptr; HWTEST_F() local 553 ContinueToken token = nullptr; HWTEST_F() local 605 ContinueToken token = nullptr; HWTEST_F() local [all...] |
| /foundation/distributedhardware/device_manager/test/unittest/ |
| H A D | UTTest_dm_pin_holder.h | 109 (void)token; variable
|
| H A D | UTTest_device_manager_notify.cpp | 1311 std::string token = "1"; in HWTEST_F() local 1482 std::string token = "1"; in HWTEST_F() local
|
| /foundation/filemanagement/app_file_service/tests/mock/backup_ext/src/ |
| H A D | ext_backup_mock.cpp | 26 Init(const shared_ptr<AbilityRuntime::AbilityLocalRecord> &record, const shared_ptr<AbilityRuntime::OHOSApplication> &application, shared_ptr<AbilityRuntime::AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
|
| H A D | ext_backup_js_mock.cpp | 21 Init(const shared_ptr<AppExecFwk::AbilityLocalRecord> &record, const shared_ptr<AppExecFwk::OHOSApplication> &application, shared_ptr<AppExecFwk::AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
|
| /foundation/filemanagement/storage_service/services/storage_daemon/disk/test/ |
| H A D | disk_manager_test.cpp | 61 std::string token = " "; in SetUp() local
|
| /foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/ |
| H A D | key_manager_sup_test.cpp | 385 std::vector<uint8_t> token; in HWTEST_F() local 525 std::vector<uint8_t> token; in HWTEST_F() local [all...] |
| /foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/mini_discover/ |
| H A D | coap_def.h | 77 CoapBuffer token; member
|
| /foundation/filemanagement/storage_service/services/storage_manager/crypto/ |
| H A D | filesystem_crypto.cpp | 75 UpdateUserAuth(uint32_t userId, uint64_t secureUid, const std::vector<uint8_t> &token, const std::vector<uint8_t> &oldSecret, const std::vector<uint8_t> &newSecret) UpdateUserAuth() argument 110 ActiveUserKey(uint32_t userId, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) ActiveUserKey() argument 153 UnlockUserScreen(uint32_t userId, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) UnlockUserScreen() argument 227 CreateRecoverKey(uint32_t userId, uint32_t userType, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) CreateRecoverKey() argument
|
| /foundation/filemanagement/storage_service/services/storage_manager/client/ |
| H A D | storage_manager_client.cpp | 86 UpdateUserAuth(uint32_t userId, uint64_t secureUid, const std::vector<uint8_t> &token, const std::vector<uint8_t> &oldSecret, const std::vector<uint8_t> &newSecret) UpdateUserAuth() argument 115 ActiveUserKey(uint32_t userId, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) ActiveUserKey() argument 161 UnlockUserScreen(uint32_t userId, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) UnlockUserScreen() argument
|
| /foundation/filemanagement/storage_service/test/fuzztest/filesystemcrypto_fuzzer/ |
| H A D | filesystemcrypto_fuzzer.cpp | 82 std::vector<uint8_t> token; in UpdateUserAuthFuzzTest() local 106 std::vector<uint8_t> token; in ActiveUserKeyFuzzTest() local
|
| /foundation/window/window_manager/window_scene/test/unittest/ |
| H A D | scene_session_manager_supplement_test.cpp | 234 sptr<IRemoteObject> token;
in HWTEST_F() local 341 sptr<IRemoteObject> token;
in HWTEST_F() local 415 sptr<IRemoteObject> token; HWTEST_F() local [all...] |
| /foundation/window/window_manager/wmserver/test/unittest/ |
| H A D | window_manager_stub_test.cpp | 453 sptr<IRemoteObject> token; in HWTEST_F() local 486 sptr<IRemoteObject> token; in HWTEST_F() local
|
| /kernel/linux/linux-5.10/drivers/accesstokenid/ |
| H A D | access_tokenid.h | 40 uint32_t token; member 46 uint32_t token; member
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
| H A D | opal-sensor-groups.c | 34 int token, ret; in sensor_group_enable() local 65 int ret, token; in sg_store() local [all...] |
| H A D | opal-powercap.c | 37 int ret, token; in powercap_show() local 89 int ret, token; in powercap_store() local [all...] |
| H A D | opal-async.c | 44 int i, token = -EBUSY; in __opal_async_get_token() local 68 int token; in opal_async_get_token_interruptible() local 82 static int __opal_async_release_token(int token) in __opal_async_release_token() argument 116 opal_async_release_token(int token) opal_async_release_token() argument 128 opal_async_wait_response(uint64_t token, struct opal_msg *msg) opal_async_wait_response() argument 157 opal_async_wait_response_interruptible(uint64_t token, struct opal_msg *msg) opal_async_wait_response_interruptible() argument 218 uint64_t token; opal_async_comp_event() local [all...] |
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| H A D | io-workarounds.c | 60 int token; in iowa_mem_find_bus() local
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| H A D | simple_spinlock.h | 51 unsigned long tmp, token; in __arch_spin_trylock() local 203 long tmp, token; in __arch_write_trylock() local
|
| /kernel/linux/linux-5.10/arch/powerpc/kvm/ |
| H A D | book3s_rtas.c | 133 u64 token; member 160 static int rtas_token_define(struct kvm *kvm, char *name, u64 token) in rtas_token_define() argument [all...] |
| /kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
| H A D | book3e_hugetlbpage.c | 38 int token = smp_processor_id() + 1; in book3e_tlb_lock() local
|
| /kernel/linux/linux-5.10/drivers/char/ |
| H A D | powernv-op-panel.c | 53 int rc, token; in __op_panel_update_display() local [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
| H A D | cat_test.c | 92 char *token = strtok(temp, ":\t"); in check_results() local
|
| H A D | mba_test.c | 119 char *token = strtok(temp, ":\t"); in check_results() local
|