Home
last modified time | relevance | path

Searched refs:dbAccountInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dadd_os_account_plugin.cpp70 …std::pair<bool, OHOS::AccountSA::OhosAccountInfo> dbAccountInfo = OHOS::AccountSA::OhosAccountKits… in OnSetPolicy() local
72 if (!dbAccountInfo.first) { in OnSetPolicy()
76 std::string distributedInfoName = dbAccountInfo.second.name_; in OnSetPolicy()
77 std::string distributedInfoId = dbAccountInfo.second.uid_; in OnSetPolicy()
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp296 …std::pair<bool, OhosAccountInfo> dbAccountInfo = OhosAccountKits::GetInstance().QueryOhosAccountIn… in GetOtherAccountInfoToJs() local
297 if (dbAccountInfo.first) { in GetOtherAccountInfoToJs()
298 CreateJsDistributedInfo(env, dbAccountInfo.second, dbInfoToJs); in GetOtherAccountInfoToJs()