Searched refs:GetBundlePolicy (Results 1 - 5 of 5) sorted by relevance
/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | disallowed_uninstall_bundles_plugin.cpp | 44 return GetBundlePolicy(policyData, data, reply, userId); in OnGetPolicy()
|
H A D | disallowed_install_bundles_plugin.cpp | 44 return GetBundlePolicy(policyData, data, reply, userId); in OnGetPolicy()
|
H A D | allowed_install_bundles_plugin.cpp | 45 return GetBundlePolicy(policyData, data, reply, userId); in OnGetPolicy()
|
H A D | bundle_install_plugin.cpp | 66 ErrCode BundleInstallPlugin::GetBundlePolicy(std::string &policyData, MessageParcel &data, MessageParcel &reply, in GetBundlePolicy() function in OHOS::EDM::BundleInstallPlugin
|
/base/customization/enterprise_device_management/services/edm_plugin/include/ |
H A D | bundle_install_plugin.h | 27 ErrCode GetBundlePolicy(std::string &policyData, MessageParcel &data, MessageParcel &reply, int32_t userId);
|
Completed in 2 milliseconds