Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Duser_cert_plugin_test.cpp118 … POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::GET, EdmInterfaceCode::INSTALL_CERTIFICATE);
140 … POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::SET, EdmInterfaceCode::INSTALL_CERTIFICATE);
162 … POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::REMOVE, EdmInterfaceCode::INSTALL_CERTIFICATE);
186 … POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::SET, EdmInterfaceCode::INSTALL_CERTIFICATE);
194 … = POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::REMOVE, EdmInterfaceCode::INSTALL_CERTIFICATE);
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/device_settings/src/
H A Ddevice_settings_proxy.cpp83 … POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::SET, EdmInterfaceCode::INSTALL_CERTIFICATE); in InstallUserCertificate()
109 … POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::REMOVE, EdmInterfaceCode::INSTALL_CERTIFICATE); in UninstallUserCertificate()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H A Dedm_ipc_interface_code.h68 INSTALL_CERTIFICATE = 1027, enumerator
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/usercertplugin_fuzzer/
H A Duser_cert_plugin_fuzzer.cpp46 uint32_t code = EdmInterfaceCode::INSTALL_CERTIFICATE; in LLVMFuzzerTestOneInput()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Duser_cert_plugin.cpp34 policyCode_ = EdmInterfaceCode::INSTALL_CERTIFICATE; in UserCertPlugin()