Home
last modified time | relevance | path

Searched defs:distributedInfoId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Daccount_manager_proxy_test.cpp200 std::string distributedInfoId; variable
223 std::string distributedInfoId; variable
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/include/
H A Daccount_manager_addon.h45 std::string distributedInfoId; member
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dadd_os_account_plugin.cpp77 std::string distributedInfoId = dbAccountInfo.second.uid_; in OnSetPolicy() local
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/
H A Daccount_manager_addon.cpp171 std::string distributedInfoId; in AddOsAccount() local
243 std::string distributedInfoName, std::string distributedInfoId) in ConvertOsAccountInfoToJs()
332 const std::string distributedInfoId, napi_value &result) in CreateJsDistributedInfo()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/account_manager/src/
H A Daccount_manager_proxy.cpp132 …ntSA::OsAccountInfo &accountInfo, std::string &distributedInfoName, std::string &distributedInfoId) in AddOsAccount()