Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Ddisallow_add_os_account_by_user_plugin.cpp25 …l REGISTER_RESULT = PluginManager::GetInstance()->AddPlugin(DisallowAddOsAccountByUserPlugin::GetP…
29 void DisallowAddOsAccountByUserPlugin::InitPlugin( in InitPlugin()
30 …std::shared_ptr<IPluginTemplate<DisallowAddOsAccountByUserPlugin, std::map<std::string, std::strin… in InitPlugin() argument
36 …ptr->SetOnHandlePolicyListener(&DisallowAddOsAccountByUserPlugin::OnSetPolicy, FuncOperateType::SE… in InitPlugin()
39 ErrCode DisallowAddOsAccountByUserPlugin::OnSetPolicy(std::map<std::string, std::string> &data) in OnSetPolicy()
60 ErrCode DisallowAddOsAccountByUserPlugin::OnGetPolicy(std::string &policyData, MessageParcel &data, in OnGetPolicy()
87 ErrCode DisallowAddOsAccountByUserPlugin::SetSpecificOsAccountConstraints(int32_t userId, bool disa… in SetSpecificOsAccountConstraints()
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Ddisallow_add_os_account_by_user_plugin_test.cpp59 DisallowAddOsAccountByUserPlugin plugin;
72 DisallowAddOsAccountByUserPlugin plugin;
86 DisallowAddOsAccountByUserPlugin plugin;
100 DisallowAddOsAccountByUserPlugin plugin;
114 DisallowAddOsAccountByUserPlugin plugin;
131 std::shared_ptr<IPlugin> plugin = DisallowAddOsAccountByUserPlugin::GetPlugin();
149 std::shared_ptr<IPlugin> plugin = DisallowAddOsAccountByUserPlugin::GetPlugin();
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/
H A Ddisallow_add_os_account_by_user_plugin.h25 class DisallowAddOsAccountByUserPlugin : public PluginSingleton<DisallowAddOsAccountByUserPlugin,
28 void InitPlugin(std::shared_ptr<IPluginTemplate<DisallowAddOsAccountByUserPlugin,
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/common/src/
H A Dcommon_fuzzer.cpp112 PluginManager::GetInstance()->AddPlugin(DisallowAddOsAccountByUserPlugin::GetPlugin());