Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/browser/src/
H A Dbrowser_proxy.cpp50 … POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::SET, EdmInterfaceCode::SET_BROWSER_POLICIES); in SetPolicies()
98 …EnterpriseDeviceMgrProxy::GetInstance()->GetPolicy(EdmInterfaceCode::SET_BROWSER_POLICIES, data, r… in GetPolicies()
119 … POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::SET, EdmInterfaceCode::SET_BROWSER_POLICIES); in SetPolicy()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H A Dedm_ipc_interface_code.h65 SET_BROWSER_POLICIES = 1024, enumerator
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/setbrowserpoliciesplugin_fuzzer/
H A Dset_browser_policies_plugin_fuzzer.cpp92 uint32_t code = EdmInterfaceCode::SET_BROWSER_POLICIES; in LLVMFuzzerTestOneInput()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dset_browser_policies_plugin.cpp41 policyCode_ = EdmInterfaceCode::SET_BROWSER_POLICIES; in SetBrowserPoliciesPlugin()