Home
last modified time | relevance | path

Searched refs:disableType (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_manage_interface_test.cpp199 vector<UsbDeviceType> disableType; variable
205 disableType.emplace_back(usbDeviceType);
206 ret = client.ManageInterfaceType(disableType, true);
224 vector<UsbDeviceType> disableType; variable
230 disableType.emplace_back(usbDeviceType);
249 vector<UsbDeviceType> disableType; variable
255 disableType.emplace_back(usbDeviceType);
268 vector<UsbDeviceType> disableType; variable
274 disableType.emplace_back(usbDeviceType);
289 vector<UsbDeviceType> disableType; variable
[all …]
/ohos5.0/base/usb/usb_manager/test/fuzztest/usbmgrmanageinterfacetype_fuzzer/
H A Dusbmgrmanageinterfacetype_fuzzer.cpp36 std::vector<UsbDeviceType> disableType; in UsbMgrManageDeviceFuzzTest() local
37 ret = usbSrvClient.ManageInterfaceType(disableType, true); in UsbMgrManageDeviceFuzzTest()
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_service.h128 … int32_t ManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool disable) override;
175 int32_t ExecuteManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool disable);
176 int32_t GetEdmPolicy(bool &IsGlobalDisabled, std::vector<UsbDeviceType> &disableType,
178 int32_t GetUsbPolicy(bool &IsGlobalDisabled, std::vector<UsbDeviceType> &disableType,
181 int32_t GetEdmTypePolicy(sptr<IRemoteObject> remote, std::vector<UsbDeviceType> &disableType);
183 …t32_t GetEdmStroageTypePolicy(sptr<IRemoteObject> remote, std::vector<UsbDeviceType> &disableType);
186 void ExecuteManageDeviceType(const std::vector<UsbDeviceType> &disableType, bool disable,
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1090 std::vector<UsbDeviceType> &disableType) in GetEdmStroageTypePolicy() argument
1120 disableType.emplace_back(usbDeviceType); in GetEdmStroageTypePolicy()
1126 std::vector<UsbDeviceType> &disableType) in GetEdmTypePolicy() argument
1162 disableType.emplace_back(usbDeviceType); in GetEdmTypePolicy()
1226 ret = GetEdmStroageTypePolicy(remote, disableType); in GetEdmPolicy()
1231 ret = GetEdmTypePolicy(remote, disableType); in GetEdmPolicy()
1280 for (const auto &dev : disableType) { in ExecuteManageInterfaceType()
1301 for (const auto &dev : disableType) { in ExecuteManageDeviceType()
1384 std::vector<UsbDeviceType> disableType{}; in ExecuteStrategy() local
1401 if (disableType.empty()) { in ExecuteStrategy()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.cpp300 int StorageEngine::TryToDisable(bool isNeedCheckAll, OperatePerm disableType) in TryToDisable() argument
322 LOGI("database is disable for re-build:%d", static_cast<int>(disableType)); in TryToDisable()
323 perm_ = disableType; in TryToDisable()
H A Dstorage_engine.h59 int TryToDisable(bool isNeedCheckAll, OperatePerm disableType = OperatePerm::DISABLE_PERM);
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_srv_client.h94 int32_t ManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool disable);
H A Diusb_srv.h79 …virtual int32_t ManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool disable) =…
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp499 int32_t UsbSrvClient::ManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool disab… in ManageInterfaceType() argument
502 int32_t ret = proxy_->ManageInterfaceType(disableType, disable); in ManageInterfaceType()
/ohos5.0/base/usb/usb_manager/services/zidl/include/
H A Dusb_server_proxy.h86 … int32_t ManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool disable) override;
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp1132 std::vector<UsbDeviceType> disableType; in DoManageInterfaceType() local
1139 disableType.emplace_back(usbDeviceType); in DoManageInterfaceType()
1142 int32_t ret = ManageInterfaceType(disableType, disable); in DoManageInterfaceType()
H A Dusb_srv_proxy.cpp1294 int32_t UsbServerProxy::ManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool dis… in ManageInterfaceType() argument
1304 int32_t size = (int32_t)disableType.size(); in ManageInterfaceType()
1307 for (const auto &type : disableType) { in ManageInterfaceType()