Home
last modified time | relevance | path

Searched refs:callingUid_ (Results 1 - 12 of 12) sorted by relevance

/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Daccount_info.h85 std::int32_t callingUid_ = DEFAULT_CALLING_UID; member in OHOS::AccountSA::OhosAccountInfo
180 ohosAccountInfo_.callingUid_ = DEFAULT_CALLING_UID; in clear()
/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_common.cpp117 : callingUid_(callingUid), getTokenParams_(getTokenParams) in GetAccessTokenOptions()
125 if (!parcel.ReadInt32(callingUid_)) { in ReadFromParcel()
141 if (!parcel.WriteInt32(callingUid_)) { in Marshalling()
/base/account/os_account/test/fuzztest/account_stub/cmdsetohosaccountinfostub_fuzzer/
H A Dcmdsetohosaccountinfostub_fuzzer.cpp84 ohosAccountInfo.callingUid_ = fuzzData.GetData<int32_t>(); in CmdSetOhosAccountInfoStubFuzzTest()
/base/account/os_account/test/fuzztest/account_stub/cmdsetohosaccountinfobyuseridstub_fuzzer/
H A Dcmdsetohosaccountinfobyuseridstub_fuzzer.cpp87 ohosAccountInfo.callingUid_ = fuzzData.GetData<int32_t>(); in CmdSetOhosAccountInfoByUserIdStubFuzzTest()
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_common_test.cpp85 EXPECT_EQ(getAccessTokenOptions->callingUid_, CALLING_UID); in HWTEST_F()
/base/account/os_account/interfaces/innerkits/domain_account/native/include/
H A Ddomain_account_common.h85 int32_t callingUid_ = -1; member in OHOS::AccountSA::GetAccessTokenOptions
/base/account/os_account/services/accountmgr/src/
H A Dohos_account_data_deal.cpp201 {DATADEAL_JSON_KEY_OHOSACCOUNT_CALLINGUID, accountInfo.ohosAccountInfo_.callingUid_}, in SaveAccountInfo()
290 accountInfo.ohosAccountInfo_.callingUid_ = in GetAccountInfoFromJson()
352 accountInfo.ohosAccountInfo_.callingUid_ = DEFAULT_CALLING_UID; in BuildJsonFileFromScratch()
H A Dohos_account_manager.cpp359 currAccountInfo.ohosAccountInfo_.callingUid_ = IPCSkeleton::GetCallingUid(); in LoginOhosAccount()
619 if (accountInfo.ohosAccountInfo_.callingUid_ == callingUid) { in OnPackageRemoved()
/base/account/os_account/services/accountmgr/test/unittest/domain_account/
H A Ddomain_account_manager_inner_service_test.cpp610 option.callingUid_ = 1; in HWTEST_F()
647 option.callingUid_ = 1; in HWTEST_F()
736 option.callingUid_ = 1; in HWMTEST_F()
/base/account/os_account/services/accountmgr/include/domain_account/
H A Dinner_domain_account_manager.h116 int32_t callingUid_ = -1; member in OHOS::AccountSA::InnerDomainAccountManager
/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp171 callingUid_ = IPCSkeleton::GetCallingUid(); in RegisterPlugin()
182 callingUid_ = -1; in UnregisterPlugin()
525 pluginOptions.callerUid = option.callingUid_; in SetPluginGetDomainAccessTokenOptions()
1011 if ((callingUid != callingUid_) && (callingUid != SELF_UID)) { in UpdateAccountToken()
/base/account/os_account/interfaces/kits/napi/domain_account/src/
H A Dnapi_domain_account_manager.cpp134 NAPI_CALL(param->env, napi_create_int32(param->env, param->option.callingUid_, &napiUid)); in CreateNapiGetAccessTokenOptions()

Completed in 12 milliseconds