Searched refs:PowerPolicyPlugin (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
H A D | power_policy_plugin_test.cpp | 61 std::shared_ptr<PowerPolicyPlugin> plugin = std::make_shared<PowerPolicyPlugin>(); 77 std::shared_ptr<PowerPolicyPlugin> plugin = std::make_shared<PowerPolicyPlugin>(); 96 std::shared_ptr<PowerPolicyPlugin> plugin = std::make_shared<PowerPolicyPlugin>(); 115 std::shared_ptr<PowerPolicyPlugin> plugin = std::make_shared<PowerPolicyPlugin>(); 135 std::shared_ptr<PowerPolicyPlugin> plugin = std::make_shared<PowerPolicyPlugin>(); 154 std::shared_ptr<PowerPolicyPlugin> plugin = std::make_shared<PowerPolicyPlugin>(); 174 std::shared_ptr<PowerPolicyPlugin> plugin = std::make_shared<PowerPolicyPlugin>(); 194 std::shared_ptr<PowerPolicyPlugin> plugin = std::make_shared<PowerPolicyPlugin>(); 212 std::shared_ptr<PowerPolicyPlugin> plugin = std::make_shared<PowerPolicyPlugin>(); 234 std::shared_ptr<PowerPolicyPlugin> plugin = std::make_shared<PowerPolicyPlugin>();
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | power_policy_plugin.cpp | 26 …l REGISTER_RESULT = PluginManager::GetInstance()->AddPlugin(std::make_shared<PowerPolicyPlugin>()); 33 PowerPolicyPlugin::PowerPolicyPlugin() in PowerPolicyPlugin() function in OHOS::EDM::PowerPolicyPlugin 43 ErrCode PowerPolicyPlugin::OnHandlePolicy(std::uint32_t funcCode, MessageParcel &data, MessageParce… in OnHandlePolicy() 54 ErrCode PowerPolicyPlugin::SetPowerPolicy(MessageParcel &data) in SetPowerPolicy() 74 ErrCode PowerPolicyPlugin::OnGetPolicy(std::string &policyData, MessageParcel &data, MessageParcel … in OnGetPolicy() 97 bool PowerPolicyPlugin::DealPowerSuspendPolicy(const std::string &policyKey, PowerPolicy &powerPoli… in DealPowerSuspendPolicy() 127 bool PowerPolicyPlugin::UpdateSuspendSettingsData(Json::Value &root, const std::string &key, in UpdateSuspendSettingsData() 145 bool PowerPolicyPlugin::SetPowerPolicyObject(Json::Value &root, std::string &key, PowerPolicy &powe… in SetPowerPolicyObject() 163 bool PowerPolicyPlugin::GetPowerSceneKey(const uint32_t &powerScene, std::string &sceneKey) in GetPowerSceneKey()
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/ |
H A D | power_policy_plugin.h | 27 class PowerPolicyPlugin : public IPlugin { 29 PowerPolicyPlugin();
|
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/common/src/ |
H A D | common_fuzzer.cpp | 153 PluginManager::GetInstance()->AddPlugin(std::make_shared<PowerPolicyPlugin>());
|