/base/powermgr/power_manager/test/systemtest/src/ |
D | power_mgr_st_mock_test.cpp | 922 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 955 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 993 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 1029 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 1725 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 1762 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 1828 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 1860 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 1893 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 1928 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable [all …]
|
D | power_mgr_mock_system_test.cpp | 211 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 247 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable
|
/base/powermgr/power_manager/services/native/test/unittest/src/ |
D | power_mgr_mock_test.cpp | 921 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 954 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 992 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 1028 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 1760 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 1797 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 1863 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 1896 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 1931 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 1968 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable [all …]
|
D | running_lock_test.cpp | 264 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 305 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable 458 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable
|
/base/accessibility/services/aams/test/mock/ |
D | ability_manager_client_mock.cpp | 66 const sptr<IRemoteObject> &token) in AttachAbilityThread() 71 ErrCode AbilityManagerClient::AbilityTransitionDone(const sptr<IRemoteObject> &token, int state, co… in AbilityTransitionDone() 77 const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &remoteObject) in ScheduleConnectAbilityDone() 82 ErrCode AbilityManagerClient::ScheduleDisconnectAbilityDone(const sptr<IRemoteObject> &token) in ScheduleDisconnectAbilityDone() 87 ErrCode AbilityManagerClient::ScheduleCommandAbilityDone(const sptr<IRemoteObject> &token) in ScheduleCommandAbilityDone() 92 void AbilityManagerClient::AddWindowInfo(const sptr<IRemoteObject> &token, int32_t windowToken) in AddWindowInfo() 107 ErrCode AbilityManagerClient::TerminateAbility(const sptr<IRemoteObject> &token, int resultCode, co… in TerminateAbility() 117 ErrCode AbilityManagerClient::TerminateAbilityResult(const sptr<IRemoteObject> &token, int startId) in TerminateAbilityResult()
|
/base/accessibility/services/test/mock/aafwk/include/ |
D | extension_base.inl | 22 const sptr<IRemoteObject> &token) 31 const sptr<IRemoteObject> &token)
|
/base/startup/syspara_lite/frameworks/token/src/token_impl_hal/ |
D | token.c | 21 int ReadToken(char *token, unsigned int len) in ReadToken() 31 int WriteToken(const char *token, unsigned int len) in WriteToken()
|
/base/miscservices/wallpaper/frameworks/kits/extension/src/ |
D | wallpaper_extension.cpp | 47 const sptr<IRemoteObject> &token) in Init() 58 const sptr<IRemoteObject> &token) in CreateAndInitContext()
|
/base/accessibility/frameworks/aafwk/src/ |
D | accessibility_extension.cpp | 42 const sptr<IRemoteObject> &token) in Init() 52 const sptr<IRemoteObject> &token) in CreateAndInitContext()
|
/base/powermgr/power_manager/services/native/test/unittest/include/ |
D | running_lock_test.h | 37 void TestRunningLockInnerExisit(sptr<IRemoteObject>& token, RunningLockInfo& runningLockInfo) in TestRunningLockInnerExisit() 48 void TestRunningLockInnerNoExisit(sptr<IRemoteObject>& token) in TestRunningLockInnerNoExisit()
|
/base/user_iam/auth_executor_mgr/common/idm/inc/ |
D | user_idm_funcs.h | 24 uint8_t token[AUTH_TOKEN_LEN]; member 31 uint8_t token[AUTH_TOKEN_LEN]; member
|
/base/startup/syspara_lite/frameworks/token/src/token_impl_posix/ |
D | token.c | 40 int ReadToken(char *token, unsigned int len) in ReadToken() 60 int WriteToken(const char *token, unsigned int len) in WriteToken()
|
/base/user_iam/auth_executor_mgr/common/idm/src/ |
D | user_idm_funcs.c | 129 static void GetInfoFromToken(CredentialInfoHal *credentialInfo, ScheduleTokenHal token) in GetInfoFromToken() 143 ScheduleTokenHal token; in AddCredentialFunc() local 181 UserAuthTokenHal token; in DeleteCredentialFunc() local 280 ScheduleTokenHal token; in UpdateCredentialFunc() local
|
/base/powermgr/power_manager/services/native/src/ |
D | running_lock_mgr.cpp | 206 const sptr<IRemoteObject>& token) in GetRunningLockInner() 218 const sptr<IRemoteObject>& token, in CreateRunningLock() 239 void RunningLockMgr::ReleaseLock(const sptr<IRemoteObject> token) in ReleaseLock() 257 const sptr<IRemoteObject>& token, uint32_t timeOutMS) in RemoveAndPostUnlockTask() 277 void RunningLockMgr::Lock(const sptr<IRemoteObject>& token, in Lock() 319 void RunningLockMgr::UnLock(const sptr<IRemoteObject> token) in UnLock() 348 bool RunningLockMgr::IsUsed(const sptr<IRemoteObject>& token) in IsUsed() 394 void RunningLockMgr::SetWorkTriggerList(const sptr<IRemoteObject>& token, in SetWorkTriggerList() 492 void RunningLockMgr::NotifyRunningLockChanged(const sptr<IRemoteObject>& token, in NotifyRunningLockChanged() 625 void RunningLockMgr::LockReally(const sptr<IRemoteObject>& token, in LockReally() [all …]
|
D | power_mgr_service.cpp | 619 void PowerMgrService::CreateRunningLock(const sptr<IRemoteObject>& token, in CreateRunningLock() 640 void PowerMgrService::ReleaseRunningLock(const sptr<IRemoteObject>& token) in ReleaseRunningLock() 665 void PowerMgrService::Lock(const sptr<IRemoteObject>& token, in Lock() 691 void PowerMgrService::UnLock(const sptr<IRemoteObject>& token) in UnLock() 707 void PowerMgrService::ForceUnLock(const sptr<IRemoteObject>& token) in ForceUnLock() 715 bool PowerMgrService::IsUsed(const sptr<IRemoteObject>& token) in IsUsed() 739 void PowerMgrService::SetWorkTriggerList(const sptr<IRemoteObject>& token, in SetWorkTriggerList()
|
/base/security/access_token/services/tokensyncmanager/src/command/ |
D | sync_remote_native_token_command.cpp | 50 NativeTokenInfo token; in SyncRemoteNativeTokenCommand() local 61 for (auto token : nativeTokenInfo_) { in ToJsonPayload() local
|
/base/powermgr/power_manager/services/zidl/src/ |
D | power_mgr_stub.cpp | 137 sptr<IRemoteObject> token = data.ReadRemoteObject(); in CreateRunningLockStub() local 147 sptr<IRemoteObject> token = data.ReadRemoteObject(); in ReleaseRunningLockStub() local 163 sptr<IRemoteObject> token = data.ReadRemoteObject(); in LockStub() local 175 sptr<IRemoteObject> token = data.ReadRemoteObject(); in UnLockStub() local 183 sptr<IRemoteObject> token = data.ReadRemoteObject(); in IsUsedStub() local 192 sptr<IRemoteObject> token = data.ReadRemoteObject(); in SetWorkTriggerListStub() local
|
D | power_mgr_proxy.cpp | 26 void PowerMgrProxy::CreateRunningLock(const sptr<IRemoteObject>& token, const RunningLockInfo& runn… in CreateRunningLock() 51 void PowerMgrProxy::ReleaseRunningLock(const sptr<IRemoteObject>& token) in ReleaseRunningLock() 104 void PowerMgrProxy::Lock(const sptr<IRemoteObject>& token, const RunningLockInfo& runningLockInfo, … in Lock() 130 void PowerMgrProxy::UnLock(const sptr<IRemoteObject>& token) in UnLock() 154 bool PowerMgrProxy::IsUsed(const sptr<IRemoteObject>& token) in IsUsed() 180 void PowerMgrProxy::SetWorkTriggerList(const sptr<IRemoteObject>& token, const WorkTriggerList& wor… in SetWorkTriggerList()
|
/base/security/access_token/interfaces/innerkits/token_setproc/src/ |
D | token_setproc.c | 53 uint64_t token = INVAL_TOKEN_ID; in GetSelfTokenID() local 86 uint64_t token = INVAL_TOKEN_ID; in GetFirstCallerTokenID() local
|
/base/account/os_account/services/accountmgr/include/appaccount/ |
D | app_account_info.h | 35 std::string token; member
|
/base/miscservices/request/download/interfaces/kits/js/napi/download_single/src/legacy/ |
D | download_manager.cpp | 83 void DownloadManager::OnTaskDone(const std::string &token, bool successful, const std::string &errM… in OnTaskDone() 221 void DownloadManager::CallSuccessCallback(napi_env env, napi_value object, const std::string& token) in CallSuccessCallback() 249 auto token = GetTaskToken(); in Download() local 271 auto token = NapiUtils::GetStringPropertyUtf8(env, argv[0], "token"); in OnDownloadComplete() local
|
/base/accessibility/frameworks/aafwk/test/unittest/ |
D | accessible_ability_client_stub_impl_test.cpp | 38 sptr<IRemoteObject> token = nullptr; in UnitTestAccessibleAbilityListener() local 46 const sptr<IRemoteObject> &token) override in Init()
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
D | app_account_manager_service_module_test.cpp | 906 std::string token; variable 932 std::string token; variable 964 std::string token; variable 1013 std::string token; variable 1060 std::string token; variable 1095 std::string token; variable
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
D | app_account_manager_test.cpp | 786 std::string token; variable 805 std::string token; variable 860 std::string token; variable
|
/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account_manager.cpp | 128 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetOAuthToken() 136 const std::string &name, const std::string &authType, const std::string &token) in SetOAuthToken() 144 …std::string &name, const std::string &owner, const std::string &authType, const std::string &token) in DeleteOAuthToken()
|