Searched refs:dbAccountInfo (Results 1 – 2 of 2) sorted by relevance
70 …std::pair<bool, OHOS::AccountSA::OhosAccountInfo> dbAccountInfo = OHOS::AccountSA::OhosAccountKits… in OnSetPolicy() local72 if (!dbAccountInfo.first) { in OnSetPolicy()76 std::string distributedInfoName = dbAccountInfo.second.name_; in OnSetPolicy()77 std::string distributedInfoId = dbAccountInfo.second.uid_; in OnSetPolicy()
296 …std::pair<bool, OhosAccountInfo> dbAccountInfo = OhosAccountKits::GetInstance().QueryOhosAccountIn… in GetOtherAccountInfoToJs() local297 if (dbAccountInfo.first) { in GetOtherAccountInfoToJs()298 CreateJsDistributedInfo(env, dbAccountInfo.second, dbInfoToJs); in GetOtherAccountInfoToJs()