Home
last modified time | relevance | path

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

123

/base/powermgr/power_manager/test/systemtest/src/
Dpower_mgr_st_mock_test.cpp922 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 …]
Dpower_mgr_mock_system_test.cpp211 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable
247 sptr<IRemoteObject> token = new RunningLockTokenStub(); variable
/base/powermgr/power_manager/services/native/test/unittest/src/
Dpower_mgr_mock_test.cpp921 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 …]
Drunning_lock_test.cpp264 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/
Dability_manager_client_mock.cpp66 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/
Dextension_base.inl22 const sptr<IRemoteObject> &token)
31 const sptr<IRemoteObject> &token)
/base/startup/syspara_lite/frameworks/token/src/token_impl_hal/
Dtoken.c21 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/
Dwallpaper_extension.cpp47 const sptr<IRemoteObject> &token) in Init()
58 const sptr<IRemoteObject> &token) in CreateAndInitContext()
/base/accessibility/frameworks/aafwk/src/
Daccessibility_extension.cpp42 const sptr<IRemoteObject> &token) in Init()
52 const sptr<IRemoteObject> &token) in CreateAndInitContext()
/base/powermgr/power_manager/services/native/test/unittest/include/
Drunning_lock_test.h37 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/
Duser_idm_funcs.h24 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/
Dtoken.c40 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/
Duser_idm_funcs.c129 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/
Drunning_lock_mgr.cpp206 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 …]
Dpower_mgr_service.cpp619 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/
Dsync_remote_native_token_command.cpp50 NativeTokenInfo token; in SyncRemoteNativeTokenCommand() local
61 for (auto token : nativeTokenInfo_) { in ToJsonPayload() local
/base/powermgr/power_manager/services/zidl/src/
Dpower_mgr_stub.cpp137 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
Dpower_mgr_proxy.cpp26 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/
Dtoken_setproc.c53 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/
Dapp_account_info.h35 std::string token; member
/base/miscservices/request/download/interfaces/kits/js/napi/download_single/src/legacy/
Ddownload_manager.cpp83 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/
Daccessible_ability_client_stub_impl_test.cpp38 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/
Dapp_account_manager_service_module_test.cpp906 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/
Dapp_account_manager_test.cpp786 std::string token; variable
805 std::string token; variable
860 std::string token; variable
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_manager.cpp128 …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()

123