Home
last modified time | relevance | path

Searched refs:MANAGE_AUTO_START_APPS (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.cpp110 … POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::SET, EdmInterfaceCode::MANAGE_AUTO_START_APPS); in AddAutoStartApps()
131 …POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::REMOVE, EdmInterfaceCode::MANAGE_AUTO_START_APPS); in RemoveAutoStartApps()
157 proxy->GetPolicy(EdmInterfaceCode::MANAGE_AUTO_START_APPS, data, reply); in GetAutoStartApps()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H A Dedm_ipc_interface_code.h85 MANAGE_AUTO_START_APPS = 1045, enumerator
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/manageautostartappsplugin_fuzzer/
H A Dmanage_auto_start_apps_plugin_fuzzer.cpp45 uint32_t code = EdmInterfaceCode::MANAGE_AUTO_START_APPS; in LLVMFuzzerTestOneInput()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dmanage_auto_start_apps_plugin.cpp39 ptr->InitAttribute(EdmInterfaceCode::MANAGE_AUTO_START_APPS, "manage_auto_start_apps", in InitPlugin()