Home
last modified time | relevance | path

Searched refs:DEFAULT_OHOS_ACCOUNT_UID (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_default_impl.cpp23 constexpr const char *DEFAULT_OHOS_ACCOUNT_UID = ""; // default UID variable
30 return DEFAULT_OHOS_ACCOUNT_UID; in GetCurrentAccountId()
H A Daccount_delegate_normal_impl.cpp43 return AccountSA::DEFAULT_OHOS_ACCOUNT_UID; in GetCurrentAccountId()
47 return AccountSA::DEFAULT_OHOS_ACCOUNT_UID; in GetCurrentAccountId()
89 return GetCurrentAccountId() != AccountSA::DEFAULT_OHOS_ACCOUNT_UID; in IsLoginAccount()
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/src/
H A Dmock_account_mgr_service.cpp56 accountInfo.uid_ = DEFAULT_OHOS_ACCOUNT_UID; in QueryOhosAccountInfo()
64 accountInfo.uid_ = DEFAULT_OHOS_ACCOUNT_UID; in QueryOhosAccountInfoByUserId()
/ohos5.0/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
H A Daccount_mgr_inner_sdk_func_test.cpp231 EXPECT_EQ(accountInfoget.uid_, DEFAULT_OHOS_ACCOUNT_UID);
284 EXPECT_EQ(accountInfoget.uid_, DEFAULT_OHOS_ACCOUNT_UID);
318 EXPECT_EQ(accountInfoget.uid_, DEFAULT_OHOS_ACCOUNT_UID);
351 EXPECT_EQ(accountInfoget.uid_, DEFAULT_OHOS_ACCOUNT_UID);
419 EXPECT_EQ(accountInfoget.uid_, DEFAULT_OHOS_ACCOUNT_UID);
476 EXPECT_EQ(accountInfoget.uid_, DEFAULT_OHOS_ACCOUNT_UID);
522 EXPECT_EQ(accountInfoget.uid_, DEFAULT_OHOS_ACCOUNT_UID);
581 EXPECT_EQ(accountInfoget.uid_, DEFAULT_OHOS_ACCOUNT_UID);
642 EXPECT_EQ(accountInfo.uid_, DEFAULT_OHOS_ACCOUNT_UID);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/test/
H A Daccount_delegate_test.cpp61 static const std::string DEFAULT_OHOS_ACCOUNT_UID; member in __anon08b46cba0110::AccountDelegateTest
66 const std::string AccountDelegateTest::DEFAULT_OHOS_ACCOUNT_UID = "ohosAnonymousUid"; member in __anon08b46cba0110::AccountDelegateTest
190 EXPECT_EQ(accountId, DEFAULT_OHOS_ACCOUNT_UID);
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/
H A Daccount_mgr_service_test.cpp160 EXPECT_EQ(testInfo.uid_, DEFAULT_OHOS_ACCOUNT_UID);
206 EXPECT_EQ(testInfo.uid_, DEFAULT_OHOS_ACCOUNT_UID);
245 EXPECT_EQ(testInfo.uid_, DEFAULT_OHOS_ACCOUNT_UID);
311 EXPECT_EQ(testInfo.uid_, DEFAULT_OHOS_ACCOUNT_UID);
/ohos5.0/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Daccount_info.h75 const char DEFAULT_OHOS_ACCOUNT_UID[] = "ohosAnonymousUid"; // default UID variable
175 ohosAccountInfo_.uid_ = DEFAULT_OHOS_ACCOUNT_UID;
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Dohos_account_data_deal.cpp349 accountInfo.ohosAccountInfo_.uid_ = DEFAULT_OHOS_ACCOUNT_UID; in BuildJsonFileFromScratch()
354 accountInfo.ohosAccountInfo_.SetRawUid(DEFAULT_OHOS_ACCOUNT_UID); in BuildJsonFileFromScratch()
H A Dohos_account_manager.cpp262 if (ohosAccountInfo.uid_ == DEFAULT_OHOS_ACCOUNT_UID) { in QueryDistributedVirtualDeviceId()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/ohos_account/
H A Dohos_account_data_deal_test.cpp184 EXPECT_EQ(accountInfo.ohosAccountInfo_.uid_, DEFAULT_OHOS_ACCOUNT_UID);
/ohos5.0/base/account/os_account/dfx/hidumper_adapter/
H A Daccount_dump_helper.cpp57 if (uidStr == DEFAULT_OHOS_ACCOUNT_UID || uidStr.empty()) { in AnonymizeUidStr()