Searched refs:DisallowedUsbDevicesPlugin (Results 1 – 3 of 3) sorted by relevance
59 …std::shared_ptr<DisallowedUsbDevicesPlugin> plugin = std::make_shared<DisallowedUsbDevicesPlugin>(…79 …std::shared_ptr<DisallowedUsbDevicesPlugin> plugin = std::make_shared<DisallowedUsbDevicesPlugin>(…114 …std::shared_ptr<DisallowedUsbDevicesPlugin> plugin = std::make_shared<DisallowedUsbDevicesPlugin>(…138 …std::shared_ptr<DisallowedUsbDevicesPlugin> plugin = std::make_shared<DisallowedUsbDevicesPlugin>(…172 …std::shared_ptr<DisallowedUsbDevicesPlugin> plugin = std::make_shared<DisallowedUsbDevicesPlugin>(…201 …std::shared_ptr<DisallowedUsbDevicesPlugin> plugin = std::make_shared<DisallowedUsbDevicesPlugin>(…221 …std::shared_ptr<DisallowedUsbDevicesPlugin> plugin = std::make_shared<DisallowedUsbDevicesPlugin>(…251 …std::shared_ptr<DisallowedUsbDevicesPlugin> plugin = std::make_shared<DisallowedUsbDevicesPlugin>(…275 …std::shared_ptr<DisallowedUsbDevicesPlugin> plugin = std::make_shared<DisallowedUsbDevicesPlugin>(…305 …std::shared_ptr<DisallowedUsbDevicesPlugin> plugin = std::make_shared<DisallowedUsbDevicesPlugin>(…[all …]
28 …R_RESULT = PluginManager::GetInstance()->AddPlugin(std::make_shared<DisallowedUsbDevicesPlugin>());31 DisallowedUsbDevicesPlugin::DisallowedUsbDevicesPlugin() in DisallowedUsbDevicesPlugin() function in OHOS::EDM::DisallowedUsbDevicesPlugin41 ErrCode DisallowedUsbDevicesPlugin::OnHandlePolicy(std::uint32_t funcCode, MessageParcel &data, Mes… in OnHandlePolicy()87 bool DisallowedUsbDevicesPlugin::HasConflictPolicy(const FuncOperateType type) in HasConflictPolicy()108 bool DisallowedUsbDevicesPlugin::CombinePolicyDataAndBeforeData(const FuncOperateType type, in CombinePolicyDataAndBeforeData()126 void DisallowedUsbDevicesPlugin::CombineDataWithStorageAccessPolicy(std::vector<USB::UsbDeviceType>… in CombineDataWithStorageAccessPolicy()144 ErrCode DisallowedUsbDevicesPlugin::OnGetPolicy(std::string &policyData, MessageParcel &data, Messa… in OnGetPolicy()168 ErrCode DisallowedUsbDevicesPlugin::OnAdminRemove(const std::string &adminName, const std::string &… in OnAdminRemove()
24 class DisallowedUsbDevicesPlugin : public IPlugin {26 DisallowedUsbDevicesPlugin();