Home
last modified time | relevance | path

Searched refs:PowerPolicyPlugin (Results 1 - 4 of 4) sorted by relevance

/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dpower_policy_plugin_test.cpp61 std::shared_ptr<PowerPolicyPlugin> plugin = std::make_shared<PowerPolicyPlugin>(); in HWTEST_F()
77 std::shared_ptr<PowerPolicyPlugin> plugin = std::make_shared<PowerPolicyPlugin>(); in HWTEST_F()
96 std::shared_ptr<PowerPolicyPlugin> plugin = std::make_shared<PowerPolicyPlugin>(); in HWTEST_F()
115 std::shared_ptr<PowerPolicyPlugin> plugin = std::make_shared<PowerPolicyPlugin>(); in HWTEST_F()
135 std::shared_ptr<PowerPolicyPlugin> plugin = std::make_shared<PowerPolicyPlugin>(); in HWTEST_F()
[all...]
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dpower_policy_plugin.cpp27 const bool REGISTER_RESULT = PluginManager::GetInstance()->AddPlugin(std::make_shared<PowerPolicyPlugin>());
36 PowerPolicyPlugin::PowerPolicyPlugin() in PowerPolicyPlugin() function in OHOS::EDM::PowerPolicyPlugin
46 ErrCode PowerPolicyPlugin::OnHandlePolicy(std::uint32_t funcCode, MessageParcel &data, MessageParcel &reply, in OnHandlePolicy()
57 ErrCode PowerPolicyPlugin::SetPowerPolicy(MessageParcel &data) in SetPowerPolicy()
62 EDMLOGE("PowerPolicyPlugin:Unmarshalling parse error"); in SetPowerPolicy()
67 EDMLOGE("PowerPolicyPlugin:GetPowerSceneKey error"); in SetPowerPolicy()
77 ErrCode PowerPolicyPlugin::OnGetPolicy(std::string &policyData, MessageParcel &data, MessageParcel &reply, in OnGetPolicy()
88 EDMLOGE("PowerPolicyPlugin:PowerPolicy parse error"); in OnGetPolicy()
94 EDMLOGE("PowerPolicyPlugin in OnGetPolicy()
[all...]
/base/customization/enterprise_device_management/services/edm_plugin/include/
H A Dpower_policy_plugin.h27 class PowerPolicyPlugin : public IPlugin { class
29 PowerPolicyPlugin();
/base/customization/enterprise_device_management/test/fuzztest/common/src/
H A Dcommon_fuzzer.cpp155 PluginManager::GetInstance()->AddPlugin(std::make_shared<PowerPolicyPlugin>());

Completed in 2 milliseconds