Home
last modified time | relevance | path

Searched defs:owner (Results 1 – 25 of 70) 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.cpp64 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()
253 ErrCode AppAccount::Authenticate(const std::string &name, const std::string &owner, const std::stri… in Authenticate()
269 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetOAuthToken()
283 …const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetAuthToken()
308 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteOAuthToken()
323 …const std::string &name, const std::string &owner, const std::string &authType, const std::string … in DeleteAuthToken()
404 ErrCode AppAccount::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) in GetAuthenticatorInfo()
415 const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) in GetAllOAuthTokens()
462 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
/base/security/device_security_level/services/sa/lite/mini/
Ddslm_inner_process.c60 static BOOL DslmPushRemoteStub(uint32_t owner, uint32_t cookie, const DeviceIdentify *identify, in DslmPushRemoteStub()
84 static DslmRemoteStubListNode *DslmPopRemoteStub(uint32_t owner, uint32_t cookie) in DslmPopRemoteStub()
109 static void ProcessCallback(uint32_t owner, uint32_t cookie, uint32_t result, const DslmCallbackInf… in ProcessCallback()
143 uint64_t owner = SINGLE_OWNER; in DslmProcessGetDeviceSecurityLevel() local
/base/security/device_security_level/services/sa/lite/small/
Ddslm_ipc_process.c85 static BOOL DslmPushRemoteStub(uint32_t owner, uint32_t cookie, IpcIo *reply) in DslmPushRemoteStub()
107 static IpcIo *DslmPopRemoteStub(uint32_t owner, uint32_t cookie) in DslmPopRemoteStub()
134 static void ProcessCallback(uint32_t owner, uint32_t cookie, uint32_t result, const DslmCallbackInf… in ProcessCallback()
168 uint64_t owner = GetCallingPid(); in DslmProcessGetDeviceSecurityLevel() local
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_manager_service_module_test.cpp953 std::string owner; variable
983 std::string owner; variable
1011 std::string owner; variable
1044 std::string owner; variable
1096 std::string owner; variable
1155 std::string owner; variable
1188 std::string owner; variable
1219 std::string owner; variable
1255 std::string owner; variable
1310 std::string owner; variable
[all …]
Dapp_account_manager_service_subscribe_module_test.cpp98 std::string owner; in OnAccountsChanged() local
157 std::string owner; in OnAccountsChanged() local
203 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/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_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
332 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.cpp320 std::string owner = data.ReadString(); in ProcAddAccountImplicitly() local
371 std::string owner = data.ReadString(); in ProcCreateAccountImplicitly() local
576 std::string owner = data.ReadString(); in ProcAuthenticate() local
602 std::string owner = data.ReadString(); in ProcGetAuthToken() local
644 std::string owner = data.ReadString(); in ProcDeleteAuthToken() local
725 std::string owner = data.ReadString(); in ProcGetAuthenticatorInfo() local
741 std::string owner = data.ReadString(); in ProcGetAllOAuthTokens() local
804 std::string owner = data.ReadString(); in ProcGetAllAccounts() local
826 std::string owner = data.ReadString(); in ProcGetAllAccessibleAccounts() local
902 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/security/asset/test/unittest/module_test/src/
Dsystem_ability_wrapper_test.cpp53 void PackageRemovedCallback(int32_t packageId, const uint8_t *owner, uint32_t ownerSize, in PackageRemovedCallback()
70 void OnAppRestore(int32_t packageId, const uint8_t *owner, int32_t appIndex) in OnAppRestore()
Dsystem_event_wrapper_test.cpp52 void PackageRemovedCallback(int32_t packageId, const uint8_t *owner, uint32_t ownerSize, in PackageRemovedCallback()
69 void OnAppRestore(int32_t packageId, const uint8_t *owner, int32_t appIndex) in OnAppRestore()
/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_base.cpp170 void EventQueueBase::Remove(const std::shared_ptr<EventHandler> &owner) in Remove()
183 void EventQueueBase::Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId) in Remove()
197 void EventQueueBase::Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId, int6… in Remove()
213 bool EventQueueBase::Remove(const std::shared_ptr<EventHandler> &owner, const std::string &name) in Remove()
272 bool EventQueueBase::HasInnerEvent(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventI… in HasInnerEvent()
284 bool EventQueueBase::HasInnerEvent(const std::shared_ptr<EventHandler> &owner, int64_t param) in HasInnerEvent()
/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/interfaces/inner_api/src/lite/small/
Ddevice_security_level_proxy.c35 static int DslmIpcCallback(IOwner owner, int code, IpcIo *reply) in DslmIpcCallback()
77 struct DslmCallbackHolder owner = {identify, callback}; in DslmIpcAsyncCallImpl() local
/base/security/device_security_level/services/include/
Ddslm_notify_node.h34 uint32_t owner; member

123