Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dget_security_patch_tag_plugin.cpp25 const bool REGISTER_RESULT = PluginManager::GetInstance()->AddPlugin(GetSecurityPatchTagPlugin::Get…
27 void GetSecurityPatchTagPlugin::InitPlugin(std::shared_ptr<IPluginTemplate<GetSecurityPatchTagPlugi… in InitPlugin() argument
35 ErrCode GetSecurityPatchTagPlugin::OnGetPolicy(std::string &policyData, MessageParcel &data, in OnGetPolicy()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/
H A Dget_security_patch_tag_plugin.h23 class GetSecurityPatchTagPlugin : public PluginSingleton<GetSecurityPatchTagPlugin, std::string> {
25 …void InitPlugin(std::shared_ptr<IPluginTemplate<GetSecurityPatchTagPlugin, std::string>> ptr) over…
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dget_security_patch_tag_plugin_test.cpp59 std::shared_ptr<IPlugin> plugin = GetSecurityPatchTagPlugin::GetPlugin();
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/common/src/
H A Dcommon_fuzzer.cpp139 PluginManager::GetInstance()->AddPlugin(GetSecurityPatchTagPlugin::GetPlugin());