/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account_manager.cpp | 29 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 …]
|
D | app_account.cpp | 66 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 …]
|
D | app_account_proxy.cpp | 59 ErrCode AppAccountProxy::AddAccountImplicitly(const std::string &owner, const std::string &authType, in AddAccountImplicitly() 120 …const 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/ |
D | mock_app_account_stub.cpp | 59 ErrCode MockAppAccountStub::AddAccountImplicitly(const std::string &owner, const std::string &authT… in AddAccountImplicitly() 73 …const 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 …]
|
D | app_account_authenticator_manager.cpp | 28 const std::string &owner, int32_t userId, AuthenticatorInfo &info) in GetAuthenticatorInfo()
|
D | mock_app_account_subscribe_manager.cpp | 53 auto owner = owners.front(); in SubscribeAppAccount() local
|
D | mock_inner_app_account_manager.cpp | 87 auto owner = owners.front(); in SubscribeAppAccount() local
|
/base/security/device_security_level/services/sa/standard/ |
D | dslm_ipc_process.cpp | 41 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/ |
D | dslm_hitrace.cpp | 42 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/ |
D | app_account_subscribe_manager.cpp | 108 …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
|
D | app_account_authenticator_manager.cpp | 33 static ErrCode QueryAbilityInfos(const std::string &owner, int32_t userId, in QueryAbilityInfos() 63 const std::string &owner, int32_t userId, AuthenticatorInfo &info) in GetAuthenticatorInfo()
|
D | app_account_manager_service.cpp | 56 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 …]
|
D | app_account_stub.cpp | 321 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/ |
D | app_account_manager_service_module_test.cpp | 1115 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 …]
|
D | at_not_mock_app_account_manager_service_module_test.cpp | 103 std::string owner = "test"; variable
|
D | app_account_manager_service_subscribe_module_test.cpp | 96 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/ |
D | dslm_dfx_default.c | 67 __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/ |
D | file_descriptor_listener.h | 83 inline void SetOwner(const std::shared_ptr<EventHandler> &owner) in SetOwner()
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
D | event_queue.cpp | 172 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/ |
D | dslm_request_callback_mock.cpp | 40 void DslmRequestCallbackMock::MockedCallback(uint32_t owner, uint32_t cookie, uint32_t result, in MockedCallback()
|
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
D | napi_app_account_common.h | 76 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/ |
D | dslm_notify_node.h | 34 uint32_t owner; member
|
/base/powermgr/display_manager/service/native/src/ |
D | gradual_animator.cpp | 138 const std::shared_ptr<GradualAnimator>& owner) in AnimatorHandler()
|
/base/security/device_auth/frameworks/src/lite/ |
D | ipc_dev_auth_proxy.c | 105 static int32_t CliInvokeRetCallback(IOwner owner, int32_t code, IpcIo *reply) in CliInvokeRetCallback()
|
/base/powermgr/powermgr_lite/frameworks/src/small/ |
D | power_screen_saver.c | 99 static int32_t Callback(IOwner owner, int32_t code, IpcIo *reply) in Callback()
|