Home
last modified time | relevance | path

Searched defs:owner (Results 1 – 25 of 52) sorted by relevance

123

/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_manager.cpp29 ErrCode AppAccountManager::AddAccountImplicitly(const std::string &owner, const std::string &authTy… in AddAccountImplicitly()
41 ErrCode AppAccountManager::CreateAccountImplicitly(const std::string &owner, in CreateAccountImplicitly()
109 ErrCode AppAccountManager::Authenticate(const std::string &name, const std::string &owner, in Authenticate()
116 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetOAuthToken()
122 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetAuthToken()
134 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteOAuthToken()
140 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteAuthToken()
173 ErrCode AppAccountManager::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) in GetAuthenticatorInfo()
179 const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens()
201 ErrCode AppAccountManager::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &ap… in GetAllAccounts()
[all …]
Dapp_account.cpp66 ErrCode AppAccount::AddAccountImplicitly(const std::string &owner, const std::string &authType, in AddAccountImplicitly()
95 ErrCode AppAccount::CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitly… in CreateAccountImplicitly()
218 ErrCode AppAccount::Authenticate(const std::string &name, const std::string &owner, const std::stri… in Authenticate()
235 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetOAuthToken()
246 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetAuthToken()
265 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteOAuthToken()
277 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteAuthToken()
340 ErrCode AppAccount::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) in GetAuthenticatorInfo()
348 const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens()
383 ErrCode AppAccount::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccoun… in GetAllAccounts()
[all …]
Dapp_account_proxy.cpp59 ErrCode AppAccountProxy::AddAccountImplicitly(const std::string &owner, const std::string &authType, in AddAccountImplicitly()
120const std::string &owner, const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject>… in CreateAccountImplicitly()
512 ErrCode AppAccountProxy::Authenticate(const std::string &name, const std::string &owner, const std:… in Authenticate()
553 …const std::string &name, const std::string &owner, const std::string &authType, MessageParcel &dat… in WriteGetAuthTokenParam()
575 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetOAuthToken()
596 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetAuthToken()
648 …rCode AppAccountProxy::WriteDeleteAuthTokenParam(const std::string &name, const std::string &owner, in WriteDeleteAuthTokenParam()
676 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteOAuthToken()
695 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteAuthToken()
823 ErrCode AppAccountProxy::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) in GetAuthenticatorInfo()
[all …]
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_stub.cpp59 ErrCode MockAppAccountStub::AddAccountImplicitly(const std::string &owner, const std::string &authT… in AddAccountImplicitly()
73const std::string &owner, const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject>… in CreateAccountImplicitly()
177 ErrCode MockAppAccountStub::Authenticate(const std::string &name, const std::string &owner, in Authenticate()
186 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetOAuthToken()
194 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetAuthToken()
209 ErrCode MockAppAccountStub::DeleteOAuthToken(const std::string &name, const std::string &owner, in DeleteOAuthToken()
217 ErrCode MockAppAccountStub::DeleteAuthToken(const std::string &name, const std::string &owner, in DeleteAuthToken()
257 ErrCode MockAppAccountStub::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &authe… in GetAuthenticatorInfo()
264 ErrCode MockAppAccountStub::GetAllOAuthTokens(const std::string &name, const std::string &owner, in GetAllOAuthTokens()
295 ErrCode MockAppAccountStub::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &a… in GetAllAccounts()
[all …]
Dapp_account_authenticator_manager.cpp28 const std::string &owner, int32_t userId, AuthenticatorInfo &info) in GetAuthenticatorInfo()
Dmock_app_account_subscribe_manager.cpp53 auto owner = owners.front(); in SubscribeAppAccount() local
Dmock_inner_app_account_manager.cpp87 auto owner = owners.front(); in SubscribeAppAccount() local
/base/security/device_security_level/services/sa/standard/
Ddslm_ipc_process.cpp41 static void ProcessCallback(uint32_t owner, uint32_t cookie, uint32_t result, const DslmCallbackInf… in ProcessCallback()
127 auto owner = IPCSkeleton::GetCallingPid(); in DslmProcessGetDeviceSecurityLevel() local
146 bool DslmIpcProcess::RemoteHolder::Push(uint32_t owner, uint32_t cookie, const sptr<IRemoteObject> … in Push()
157 sptr<IRemoteObject> DslmIpcProcess::RemoteHolder::Pop(uint32_t owner, uint32_t cookie) in Pop()
/base/security/device_security_level/services/dfx/
Ddslm_hitrace.cpp42 void DslmStartProcessTraceAsync(const char *value, uint32_t owner, uint32_t cookie) in DslmStartProcessTraceAsync()
48 void DslmFinishProcessTraceAsync(const char *value, uint32_t owner, uint32_t cookie) in DslmFinishProcessTraceAsync()
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_subscribe_manager.cpp108 …ccountSubscribeRecordPtr> AppAccountSubscribeManager::GetSubscribeRecords(const std::string &owner) in GetSubscribeRecords()
175 for (auto owner : owners) { in CheckAppAccess() local
214 for (auto owner : owners) { in InsertSubscribeRecord() local
249 for (auto owner : owners) { in RemoveSubscribeRecord() local
359 std::string owner; in GetAccessibleAccountsBySubscribeInfo() local
Dapp_account_authenticator_manager.cpp33 static ErrCode QueryAbilityInfos(const std::string &owner, int32_t userId, in QueryAbilityInfos()
63 const std::string &owner, int32_t userId, AuthenticatorInfo &info) in GetAuthenticatorInfo()
Dapp_account_manager_service.cpp56 ErrCode AppAccountManagerService::AddAccountImplicitly(const std::string &owner, const std::string … in AddAccountImplicitly()
88 ErrCode AppAccountManagerService::CreateAccountImplicitly(const std::string &owner, in CreateAccountImplicitly()
308 ErrCode AppAccountManagerService::Authenticate(const std::string &name, const std::string &owner, in Authenticate()
330 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetOAuthToken()
344 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetAuthToken()
373 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteOAuthToken()
388 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteAuthToken()
480 ErrCode AppAccountManagerService::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo … in GetAuthenticatorInfo()
494 const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens()
545 ErrCode AppAccountManagerService::GetAllAccounts(const std::string &owner, std::vector<AppAccountIn… in GetAllAccounts()
[all …]
Dapp_account_stub.cpp321 std::string owner = data.ReadString(); in ProcAddAccountImplicitly() local
370 std::string owner = data.ReadString(); in ProcCreateAccountImplicitly() local
575 std::string owner = data.ReadString(); in ProcAuthenticate() local
601 std::string owner = data.ReadString(); in ProcGetAuthToken() local
643 std::string owner = data.ReadString(); in ProcDeleteAuthToken() local
726 std::string owner = data.ReadString(); in ProcGetAuthenticatorInfo() local
742 std::string owner = data.ReadString(); in ProcGetAllOAuthTokens() local
805 std::string owner = data.ReadString(); in ProcGetAllAccounts() local
827 std::string owner = data.ReadString(); in ProcGetAllAccessibleAccounts() local
904 std::string owner = data.ReadString(); in ProcVerifyCredential() local
[all …]
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_manager_service_module_test.cpp1115 std::string owner; variable
1145 std::string owner; variable
1174 std::string owner; variable
1207 std::string owner; variable
1259 std::string owner; variable
1318 std::string owner; variable
1351 std::string owner; variable
1383 std::string owner; variable
1419 std::string owner; variable
1474 std::string owner; variable
[all …]
Dat_not_mock_app_account_manager_service_module_test.cpp103 std::string owner = "test"; variable
Dapp_account_manager_service_subscribe_module_test.cpp96 std::string owner; in OnAccountsChanged() local
155 std::string owner; in OnAccountsChanged() local
201 std::string owner; in OnAccountsChanged() local
/base/security/device_security_level/services/dslm/
Ddslm_dfx_default.c67 __attribute__((weak)) void DslmStartProcessTraceAsync(const char *value, uint32_t owner, uint32_t c… in DslmStartProcessTraceAsync()
71 __attribute__((weak)) void DslmFinishProcessTraceAsync(const char *value, uint32_t owner, uint32_t … in DslmFinishProcessTraceAsync()
/base/notification/eventhandler/interfaces/inner_api/
Dfile_descriptor_listener.h83 inline void SetOwner(const std::shared_ptr<EventHandler> &owner) in SetOwner()
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_queue.cpp172 void EventQueue::Remove(const std::shared_ptr<EventHandler> &owner) in Remove()
184 void EventQueue::Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId) in Remove()
198 void EventQueue::Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId, int64_t … in Remove()
213 void EventQueue::Remove(const std::shared_ptr<EventHandler> &owner, const std::string &name) in Remove()
239 bool EventQueue::HasInnerEvent(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId) in HasInnerEvent()
251 bool EventQueue::HasInnerEvent(const std::shared_ptr<EventHandler> &owner, int64_t param) in HasInnerEvent()
404 void EventQueue::RemoveFileDescriptorListener(const std::shared_ptr<EventHandler> &owner) in RemoveFileDescriptorListener()
/base/security/device_security_level/test/dslm_unit_test/
Ddslm_request_callback_mock.cpp40 void DslmRequestCallbackMock::MockedCallback(uint32_t owner, uint32_t cookie, uint32_t result, in MockedCallback()
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_common.h76 std::string owner; member
98 std::string owner; member
115 std::string owner; member
122 std::string owner; member
136 std::string owner; member
142 std::string owner; member
156 std::string owner; member
/base/security/device_security_level/services/include/
Ddslm_notify_node.h34 uint32_t owner; member
/base/powermgr/display_manager/service/native/src/
Dgradual_animator.cpp138 const std::shared_ptr<GradualAnimator>& owner) in AnimatorHandler()
/base/security/device_auth/frameworks/src/lite/
Dipc_dev_auth_proxy.c105 static int32_t CliInvokeRetCallback(IOwner owner, int32_t code, IpcIo *reply) in CliInvokeRetCallback()
/base/powermgr/powermgr_lite/frameworks/src/small/
Dpower_screen_saver.c99 static int32_t Callback(IOwner owner, int32_t code, IpcIo *reply) in Callback()

123