Home
last modified time | relevance | path

Searched refs:appAccountCallingInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dinner_app_account_manager.cpp99 appAccountInfo.SetAppIndex(appAccountCallingInfo.appIndex); in EnableAppAccess()
103 appAccountInfo, appAccountCallingInfo.callingUid, appAccountCallingInfo.bundleName))) { in EnableAppAccess()
113 appAccountInfo.SetAppIndex(appAccountCallingInfo.appIndex); in DisableAppAccess()
117 appAccountInfo, appAccountCallingInfo.callingUid, appAccountCallingInfo.bundleName))) { in DisableAppAccess()
157 appAccountInfo.SetAppIndex(appAccountCallingInfo.appIndex); in SetAssociatedData()
159 appAccountCallingInfo.callingUid, appAccountCallingInfo.bundleName)) { in SetAssociatedData()
181 appAccountCallingInfo.callingUid, appAccountCallingInfo.bundleName)) { in SetAccountCredential()
190 AppAccountCallingInfo appAccountCallingInfo; in DeleteAccountCredential() local
191 appAccountCallingInfo.callingUid = uid; in DeleteAccountCredential()
192 appAccountCallingInfo.bundleName = bundleName; in DeleteAccountCredential()
[all …]
H A Dapp_account_manager_service.cpp152appAccountCallingInfo.callingUid, appAccountCallingInfo.bundleName, appAccountCallingInfo.appIndex… in EnableAppAccess()
170appAccountCallingInfo.callingUid, appAccountCallingInfo.bundleName, appAccountCallingInfo.appIndex… in DisableAppAccess()
186appAccountCallingInfo.callingUid, appAccountCallingInfo.bundleName, appAccountCallingInfo.appIndex… in SetAppAccess()
254 ErrCode ret = GetCallingInfo(appAccountCallingInfo.callingUid, appAccountCallingInfo.bundleName, in SetAssociatedData()
255 appAccountCallingInfo.appIndex); in SetAssociatedData()
266 ErrCode ret = GetCallingInfo(appAccountCallingInfo.callingUid, appAccountCallingInfo.bundleName, in GetAccountCredential()
267 appAccountCallingInfo.appIndex); in GetAccountCredential()
278 ErrCode ret = GetCallingInfo(appAccountCallingInfo.callingUid, appAccountCallingInfo.bundleName, in SetAccountCredential()
279 appAccountCallingInfo.appIndex); in SetAccountCredential()
585 …ErrCode result = GetCallingInfo(appAccountCallingInfo.callingUid, appAccountCallingInfo.bundleName, in CheckAppAccess()
[all …]
H A Dapp_account_control_manager.cpp406 bool &isAccessible, const AppAccountCallingInfo &appAccountCallingInfo) in CheckAppAccess() argument
410 AppAccountInfo appAccountInfo(name, appAccountCallingInfo.bundleName); in CheckAppAccess()
411 appAccountInfo.SetAppIndex(appAccountCallingInfo.appIndex); in CheckAppAccess()
541 AppAccountInfo appAccountInfo(name, appAccountCallingInfo.bundleName); in SetAssociatedData()
542 appAccountInfo.SetAppIndex(appAccountCallingInfo.appIndex); in SetAssociatedData()
559 auto it = associatedDataCache_.find(appAccountCallingInfo.callingUid); in SetAssociatedData()
569 AppAccountInfo appAccountInfo(name, appAccountCallingInfo.bundleName); in GetAccountCredential()
570 appAccountInfo.SetAppIndex(appAccountCallingInfo.appIndex); in GetAccountCredential()
596 AppAccountInfo appAccountInfo(name, appAccountCallingInfo.bundleName); in SetAccountCredential()
597 appAccountInfo.SetAppIndex(appAccountCallingInfo.appIndex); in SetAccountCredential()
[all …]
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_subscribe_module_test.cpp358 AppAccountCallingInfo appAccountCallingInfo; variable
359 appAccountCallingInfo.callingUid = UID;
362 STRING_OWNER, appAccountCallingInfo);
390 appAccountCallingInfo.callingUid = UID;
393 STRING_OWNER, appAccountCallingInfo);
432 AppAccountCallingInfo appAccountCallingInfo; variable
433 appAccountCallingInfo.callingUid = UID;
463 appAccountCallingInfo.callingUid = UID;
466 STRING_OWNER, appAccountCallingInfo);
509 appAccountCallingInfo.callingUid = UID;
[all …]
H A Dapp_account_manager_service_module_test.cpp1961 AppAccountCallingInfo appAccountCallingInfo; variable
1962 appAccountCallingInfo.callingUid = UID;
1963 appAccountCallingInfo.bundleName = STRING_BUNDLE_NAME;
2002 AppAccountCallingInfo appAccountCallingInfo; variable
2003 appAccountCallingInfo.callingUid = UID;
2004 appAccountCallingInfo.bundleName = STRING_BUNDLE_NAME;
2141 AppAccountCallingInfo appAccountCallingInfo; variable
2142 appAccountCallingInfo.callingUid = UID;
2143 appAccountCallingInfo.bundleName = STRING_BUNDLE_NAME;
2309 AppAccountCallingInfo appAccountCallingInfo; variable
[all …]
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dinner_app_account_manager.h48 …AppAccountCallingInfo &appAccountCallingInfo, const uint32_t apiVersion = Constants::API_VERSION7);
50 …AppAccountCallingInfo &appAccountCallingInfo, const uint32_t apiVersion = Constants::API_VERSION7);
52 const AppAccountCallingInfo &appAccountCallingInfo);
62 const AppAccountCallingInfo &appAccountCallingInfo);
65 const AppAccountCallingInfo &appAccountCallingInfo);
67 const std::string &credential, const AppAccountCallingInfo &appAccountCallingInfo);
H A Dapp_account_control_manager.h53 AppAccountCallingInfo &appAccountCallingInfo, AppAccountInfo &appAccountInfo,
56 AppAccountCallingInfo &appAccountCallingInfo, AppAccountInfo &appAccountInfo,
59 const AppAccountCallingInfo &appAccountCallingInfo);
68 const AppAccountCallingInfo &appAccountCallingInfo);
71 const AppAccountCallingInfo &appAccountCallingInfo);
73 const std::string &credential, const AppAccountCallingInfo &appAccountCallingInfo);