Home
last modified time | relevance | path

Searched refs:ACCOUNTID (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp118 const std::string ACCOUNTID = "accountId"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h161 extern const std::string ACCOUNTID;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp646 if (params.find(ACCOUNTID) != params.end()) { in GetAccessControlProfile()
648 params.at(ACCOUNTID), profile); in GetAccessControlProfile()