Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dget_ip_address_plugin.cpp27 const bool REGISTER_RESULT = PluginManager::GetInstance()->AddPlugin(GetIpAddressPlugin::GetPlugin(…
29 void GetIpAddressPlugin::InitPlugin(std::shared_ptr<IPluginTemplate<GetIpAddressPlugin, std::string… in InitPlugin() argument
42 ErrCode GetIpAddressPlugin::OnGetPolicy(std::string &policyData, MessageParcel &data, MessageParcel… in OnGetPolicy()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/
H A Dget_ip_address_plugin.h23 class GetIpAddressPlugin : public PluginSingleton<GetIpAddressPlugin, std::string> {
25 void InitPlugin(std::shared_ptr<IPluginTemplate<GetIpAddressPlugin, std::string>> ptr) override;
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dnetwork_manager_plugin_test.cpp76 std::shared_ptr<IPlugin> plugin = GetIpAddressPlugin::GetPlugin();
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/common/src/
H A Dcommon_fuzzer.cpp136 …ER_GET_IP_ADDRESS_PLUGIN = PluginManager::GetInstance()->AddPlugin(GetIpAddressPlugin::GetPlugin()…