Lines Matching defs:true
91 UsbService::UsbService() : SystemAbility(USB_SYSTEM_ABILITY_ID, true)
165 Memory::MemMgrClient::GetInstance().SetCritical(getpid(), true, USB_SYSTEM_ABILITY_ID);
207 ready_ = true;
243 return true;
310 return true;
397 return true;
418 return true;
431 return true;
724 int32_t ret = usbd_->ManageInterface(dev, interface, true);
1413 while (true) {
1451 ExecuteManageDeviceType(disableType, disable, d_typeMap, true);
1476 isMatch = true;
1491 canFind = true;
1522 inWhiteList = true;
1529 ret = ManageDeviceImpl(it->second->GetVendorId(), it->second->GetProductId(), true);
1546 return edmParaValue == "true";
1577 ret = ExecuteManageInterfaceType(disableType, true);
1628 return true;
1719 return true;
1742 return true;
1762 return true;
1778 return true;
2016 if (OHOS::system::GetBoolParameter("const.security.developermode.state", true)) {
2050 Memory::MemMgrClient::GetInstance().SetCritical(getpid(), true, USB_SYSTEM_ABILITY_ID);
2060 unloadSelfTimerId_ = unloadSelfTimer_.Register(task, UNLOAD_SA_TIMER_INTERVAL, true);