Home
last modified time | relevance | path

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

123

/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_manager.cpp28 ErrCode AppAccountManager::AddAccountImplicitly(const std::string &owner, const std::string &authTy… in AddAccountImplicitly()
40 ErrCode AppAccountManager::CreateAccountImplicitly(const std::string &owner, in CreateAccountImplicitly()
108 ErrCode AppAccountManager::Authenticate(const std::string &name, const std::string &owner, in Authenticate()
115 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetOAuthToken()
121 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetAuthToken()
133 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteOAuthToken()
139 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteAuthToken()
172 ErrCode AppAccountManager::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) in GetAuthenticatorInfo()
178 const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens()
200 ErrCode AppAccountManager::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &ap… in GetAllAccounts()
[all …]
Dapp_account.cpp72 ErrCode AppAccount::AddAccountImplicitly(const std::string &owner, const std::string &authType, in AddAccountImplicitly()
97 ErrCode AppAccount::CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitly… in CreateAccountImplicitly()
216 ErrCode AppAccount::Authenticate(const std::string &name, const std::string &owner, const std::stri… in Authenticate()
229 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetOAuthToken()
240 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetAuthToken()
259 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteOAuthToken()
271 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteAuthToken()
334 ErrCode AppAccount::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) in GetAuthenticatorInfo()
342 const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens()
377 ErrCode AppAccount::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccoun… in GetAllAccounts()
[all …]
Dapp_account_proxy.cpp68 ErrCode AppAccountProxy::AddAccountImplicitly(const std::string &owner, const std::string &authType, in AddAccountImplicitly()
128 ErrCode AppAccountProxy::CreateAccountImplicitly(const std::string &owner, in CreateAccountImplicitly()
409 ErrCode AppAccountProxy::Authenticate(const std::string &name, const std::string &owner, const std:… in Authenticate()
450 …const std::string &name, const std::string &owner, const std::string &authType, MessageParcel &dat… in WriteGetAuthTokenParam()
472 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetOAuthToken()
493 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetAuthToken()
545 …rCode AppAccountProxy::WriteDeleteAuthTokenParam(const std::string &name, const std::string &owner, in WriteDeleteAuthTokenParam()
573 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteOAuthToken()
592 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteAuthToken()
720 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()
72 ErrCode MockAppAccountStub::CreateAccountImplicitly(const std::string &owner, 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()
258 ErrCode MockAppAccountStub::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &authe… in GetAuthenticatorInfo()
265 ErrCode MockAppAccountStub::GetAllOAuthTokens(const std::string &name, const std::string &owner, in GetAllOAuthTokens()
296 ErrCode MockAppAccountStub::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &a… in GetAllAccounts()
[all …]
Dapp_account_authenticator_manager.cpp22 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/lite/
Ddslm_ipc_process.c81 static BOOL DslmPushRemoteStub(uint32_t owner, uint32_t cookie, IpcIo *reply) in DslmPushRemoteStub()
103 static IpcIo *DslmPopRemoteStub(uint32_t owner, uint32_t cookie) in DslmPopRemoteStub()
130 static void ProcessCallback(uint32_t owner, uint32_t cookie, uint32_t result, const DslmCallbackInf… in ProcessCallback()
164 uint64_t owner = GetCallingPid(); in DslmProcessGetDeviceSecurityLevel() local
/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/test/moduletest/app_account/
Dapp_account_manager_service_module_test.cpp956 std::string owner; variable
986 std::string owner; variable
1015 std::string owner; variable
1048 std::string owner; variable
1100 std::string owner; variable
1159 std::string owner; variable
1192 std::string owner; variable
1224 std::string owner; variable
1260 std::string owner; variable
1315 std::string owner; variable
[all …]
Dat_not_mock_app_account_manager_service_module_test.cpp102 std::string owner = "test"; variable
Dapp_account_manager_service_subscribe_module_test.cpp94 std::string owner; in OnAccountsChanged() local
153 std::string owner; in OnAccountsChanged() local
199 std::string owner; in OnAccountsChanged() local
/base/security/device_security_level/services/sa/standard/
Ddslm_ipc_process.cpp43 static void ProcessCallback(uint32_t owner, uint32_t cookie, uint32_t result, const DslmCallbackInf… in ProcessCallback()
166 auto owner = IPCSkeleton::GetCallingPid(); in DslmProcessGetDeviceSecurityLevel() local
185 bool DslmIpcProcess::RemoteHolder::Push(uint32_t owner, uint32_t cookie, const sptr<IRemoteObject> … in Push()
196 sptr<IRemoteObject> DslmIpcProcess::RemoteHolder::Pop(uint32_t owner, uint32_t cookie) in Pop()
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_authenticator_manager.cpp27 static ErrCode QueryAbilityInfos(const std::string &owner, int32_t userId, in QueryAbilityInfos()
57 const std::string &owner, int32_t userId, AuthenticatorInfo &info) in GetAuthenticatorInfo()
Dapp_account_subscribe_manager.cpp104 …ccountSubscribeRecordPtr> AppAccountSubscribeManager::GetSubscribeRecords(const std::string &owner) in GetSubscribeRecords()
160 for (auto owner : owners) { in CheckAppAccess() local
199 for (auto owner : owners) { in InsertSubscribeRecord() local
234 for (auto owner : owners) { in RemoveSubscribeRecord() local
333 std::string owner; in GetAccessibleAccountsBySubscribeInfo() local
Dapp_account_manager_service.cpp60 ErrCode AppAccountManagerService::AddAccountImplicitly(const std::string &owner, const std::string … in AddAccountImplicitly()
92 ErrCode AppAccountManagerService::CreateAccountImplicitly(const std::string &owner, in CreateAccountImplicitly()
312 ErrCode AppAccountManagerService::Authenticate(const std::string &name, const std::string &owner, in Authenticate()
334 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetOAuthToken()
348 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetAuthToken()
377 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteOAuthToken()
392 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteAuthToken()
484 ErrCode AppAccountManagerService::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo … in GetAuthenticatorInfo()
498 const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens()
549 ErrCode AppAccountManagerService::GetAllAccounts(const std::string &owner, std::vector<AppAccountIn… in GetAllAccounts()
[all …]
Dapp_account_stub.cpp342 std::string owner = data.ReadString(); in ProcAddAccountImplicitly() local
393 std::string owner = data.ReadString(); in ProcCreateAccountImplicitly() local
599 std::string owner = data.ReadString(); in ProcAuthenticate() local
625 std::string owner = data.ReadString(); in ProcGetAuthToken() local
667 std::string owner = data.ReadString(); in ProcDeleteAuthToken() local
750 std::string owner = data.ReadString(); in ProcGetAuthenticatorInfo() local
766 std::string owner = data.ReadString(); in ProcGetAllOAuthTokens() local
829 std::string owner = data.ReadString(); in ProcGetAllAccounts() local
851 std::string owner = data.ReadString(); in ProcGetAllAccessibleAccounts() local
928 std::string owner = data.ReadString(); in ProcVerifyCredential() local
[all …]
/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()
408 void EventQueue::RemoveFileDescriptorListener(const std::shared_ptr<EventHandler> &owner) in RemoveFileDescriptorListener()
/base/security/device_security_level/interfaces/inner_api/src/lite/
Ddevice_security_level_proxy.c28 static int DslmIpcCallback(IOwner owner, int code, IpcIo *reply) in DslmIpcCallback()
68 struct DslmCallbackHolder owner = {identify, callback}; in DslmIpcAsyncCallImpl() local
/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.h71 std::string owner; member
92 std::string owner; member
110 std::string owner; member
118 std::string owner; member
152 std::string owner; member
159 std::string owner; member
172 std::string owner; member
/base/security/device_security_level/services/include/
Ddslm_notify_node.h34 uint32_t owner; member
/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()

123