Searched refs:GetCurrentAccount (Results 1 – 11 of 11) sorted by relevance
81 if (GetCurrentAccount(&accountId) == SOFTBUS_OK) { in LnnInitOhosAccount()95 if (GetCurrentAccount(&accountId) == SOFTBUS_OK) { in LnnUpdateOhosAccount()
28 int32_t GetCurrentAccount(int64_t *account) in GetCurrentAccount() function
69 int32_t GetCurrentAccount(int64_t *account) in GetCurrentAccount() function
23 std::string AccountManager::GetCurrentAccount() in GetCurrentAccount() function in OHOS::MiscServices::AccountManager
23 std::string GetCurrentAccount();
26 int32_t GetCurrentAccount(int64_t *account);
233 int32_t GetCurrentAccount(int64_t *account) in GetCurrentAccount() function235 return GetServiceInterface()->GetCurrentAccount(account); in GetCurrentAccount()
248 EXPECT_CALL(serviceMock, GetCurrentAccount).WillRepeatedly(Return(0));
89 virtual int32_t GetCurrentAccount(int64_t *account);139 MOCK_METHOD1(GetCurrentAccount, int32_t (int64_t *));
83 (void)GetCurrentAccount(&accountId); in LnnSyncDeviceNickName()
1359 if (evt.account != AccountManager::GetInstance().GetCurrentAccount()) { in GetValidDistributeEvent()2149 event.account = AccountManager::GetInstance().GetCurrentAccount(); in SetDistributedData()