Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/application_manager/src/
H A Dapplication_manager_proxy.cpp47 … POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::SET, EdmInterfaceCode::DISALLOW_RUNNING_BUNDLES); in AddDisallowedRunningBundles()
64 …LICY_FUNC_CODE((std::uint32_t)FuncOperateType::REMOVE, EdmInterfaceCode::DISALLOW_RUNNING_BUNDLES); in RemoveDisallowedRunningBundles()
87 proxy->GetPolicy(EdmInterfaceCode::DISALLOW_RUNNING_BUNDLES, data, reply); in GetDisallowedRunningBundles()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H A Dedm_ipc_interface_code.h56 DISALLOW_RUNNING_BUNDLES = 1015, enumerator
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/disallowedrunningbundlesplugin_fuzzer/
H A Ddisallowed_running_bundles_plugin_fuzzer.cpp47 uint32_t code = EdmInterfaceCode::DISALLOW_RUNNING_BUNDLES; in LLVMFuzzerTestOneInput()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Ddisallowed_running_bundles_plugin.cpp42 …ptr->InitAttribute(EdmInterfaceCode::DISALLOW_RUNNING_BUNDLES, "disallow_running_bundles", config,… in InitPlugin()