Home
last modified time | relevance | path

Searched refs:InsertCombinedPolicy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/services/edm/include/
H A Ddevice_policies_storage_rdb.h39 …bool InsertCombinedPolicy(int32_t userId, const std::string &policyName, const std::string &policy…
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm/src/
H A Ddevice_policies_storage_rdb_test.cpp82 …ret = devicePoliciesStorageRdb->InsertCombinedPolicy(DEFAULT_USER_ID, TEST_POLICY_NAME2, TEST_POLI…
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Duser_policy_manager.cpp158 devicePoliciesStorageRdb->InsertCombinedPolicy(userIdState_, policyName, policyValue)) { in SetCombinedPolicy()
H A Ddevice_policies_storage_rdb.cpp190 bool DevicePoliciesStorageRdb::InsertCombinedPolicy(int32_t userId, const std::string &policyName, in InsertCombinedPolicy() function in OHOS::EDM::DevicePoliciesStorageRdb