Home
last modified time | relevance | path

Searched refs:SET_POLICY_TYPE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dset_browser_policies_plugin_test.cpp225 data1.WriteInt32(EdmConstants::SET_POLICY_TYPE);
245 data.WriteInt32(EdmConstants::SET_POLICY_TYPE);
284 data.WriteInt32(EdmConstants::SET_POLICY_TYPE);
316 data.WriteInt32(EdmConstants::SET_POLICY_TYPE);
344 data.WriteInt32(EdmConstants::SET_POLICY_TYPE);
/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A Dedm_constants.h37 constexpr int32_t SET_POLICY_TYPE = 2; variable
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/setbrowserpoliciesplugin_fuzzer/
H A Dset_browser_policies_plugin_fuzzer.cpp57 parcel.WriteInt32(EdmConstants::SET_POLICY_TYPE); in SetParcelContent()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/browser/src/
H A Dbrowser_proxy.cpp124 data.WriteInt32(EdmConstants::SET_POLICY_TYPE); in SetPolicy()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dset_browser_policies_plugin.cpp57 if (type == EdmConstants::SET_POLICY_TYPE) { in OnHandlePolicy()