Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm/include/
H A Ddevice_policies_storage_rdb.h40 …bool UpdateCombinedPolicy(int32_t userId, const std::string &policyName, const std::string &policy…
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Duser_policy_manager.cpp154 devicePoliciesStorageRdb->UpdateCombinedPolicy(userIdState_, policyName, policyValue)) { in SetCombinedPolicy()
H A Ddevice_policies_storage_rdb.cpp208 bool DevicePoliciesStorageRdb::UpdateCombinedPolicy(int32_t userId, const std::string &policyName, in UpdateCombinedPolicy() function in OHOS::EDM::DevicePoliciesStorageRdb