Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 59) sorted by relevance

123

/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
Ddrv_bundle_state_callback.cpp343 allDrvInfos_[ele.first] = innerDrvInfos_[ele.first]; in OnBundleDrvAdded()
345 string bundleName = ele.first.substr(0, ele.first.find_first_of(GetStiching())); in OnBundleDrvAdded()
346 string abilityName = ele.first.substr(ele.first.find_last_of(GetStiching()) + 1); in OnBundleDrvAdded()
360 if (iter->first.find(bundleName) != std::string::npos) { in OnBundleDrvRemoved()
362 … string abilityName = iter->first.substr(iter->first.find_last_of(GetStiching()) + 1); in OnBundleDrvRemoved()
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
Dhci_watcher.cpp119 FD_SET(fd.first, &readFds); in WatcherThread()
120 nfds = std::max(fd.first, nfds); in WatcherThread()
152 if (FD_ISSET(fd.first, &readFds)) { in WatcherThread()
153 fd.second(fd.first); in WatcherThread()
/drivers/hdf_core/adapter/khdf/linux/model/camera/src/
Dcamera_buffer_manager_adapter.c14 unsigned long first; in CreateFrameVec() local
20 first = start >> PAGE_SHIFT; in CreateFrameVec()
25 num = last - first + 1; in CreateFrameVec()
/drivers/hdf_core/framework/tools/hdi-gen/util/
Doptions.cpp281 if (StringHelper::StartWith(package, packageRoot.first)) { in GetRootPackage()
282 return packageRoot.first; in GetRootPackage()
298 if (StringHelper::StartWith(package, packageRoot.first)) { in GetRootPath()
332 if (StringHelper::StartWith(package, packageRoot.first)) { in GetPackagePath()
333 rootPackage = packageRoot.first; in GetPackagePath()
/drivers/hdf_core/framework/tools/hc-gen/test/22_redefine_error_ei/
Dgolden_text_compile_result.txt3 [Error] ./22_redefine_error_ei/case.hcs:4 redefined, first definition at ./22_redefine_error_ei/cas…
Dgolden_binary_compile_result.txt3 [Error] ./22_redefine_error_ei/case.hcs:4 redefined, first definition at ./22_redefine_error_ei/cas…
/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/core/
Dbus_extension_core.cpp70 EDM_LOGE(MODULE_DEV_MGR, "busExtension init failed, busType is %{public}d", iter.first); in Init()
72 … EDM_LOGD(MODULE_DEV_MGR, "busExtension init successfully, busType is %{public}d", iter.first); in Init()
/drivers/hdf_core/framework/utils/src/
Dhdf_slist.c183 struct HdfSListNode *first = NULL; in HdfSListPop() local
187 first = list->root; in HdfSListPop()
188 list->root = first->next; in HdfSListPop()
189 return first; in HdfSListPop()
/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
Dhdi_service_test.cpp117 … if ((strcmp(entry->d_name, iter->first.c_str()) == 0) && (g_nodeInfo[iter->first] == "")) { in CheckSubfolderNode()
118 g_nodeInfo[iter->first] = path; in CheckSubfolderNode()
217 if (iter->first == "temp") { in ReadTemperatureSysfs()
254 if (iter->first == "voltage_now") { in ReadVoltageSysfs()
291 if (iter->first == "capacity") { in ReadCapacitySysfs()
329 if (iter->first == "charge_full") { in ReadTotalEnergySysfs()
367 if (iter->first == "current_avg") { in ReadCurrentAverageSysfs()
405 if (iter->first == "current_now") { in ReadCurrentNowSysfs()
443 if (iter->first == "charge_now") { in ReadRemainEnergySysfs()
512 if (iter->first == "health") { in ReadHealthStateSysfs()
[all …]
/drivers/peripheral/camera/vdi_base/usb_camera/vdi_impl/src/camera_host/
Dcamera_host_usb_config.cpp50 cameraIds.push_back(itr->first); in GetCameraIds()
150 return iter->first; in ReturnPhysicalCameraIdToString()
160 return iter->first; in ReturnLogicalCameraIdToString()
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
Doffline_pipeline_manager.cpp78 return id == stream.first; in DestoryOfflinePipeline()
117 if (it.first == id) { in FindOfflinePipeline()
/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_simulation_node.cpp117 THERMAL_NODE_DIR.c_str(), dir.first.c_str()); in AddSensorTypeTemp()
131 …nprintf_s(typeBuf, MAX_PATH, sizeof(typeBuf) - ARG_1, THERMAL_TYPE_DIR.c_str(), dir.first.c_str()); in AddSensorTypeTemp()
135 std::string type = dir.first; in AddSensorTypeTemp()
137 …nprintf_s(tempBuf, MAX_PATH, sizeof(tempBuf) - ARG_1, THERMAL_TEMP_DIR.c_str(), dir.first.c_str()); in AddSensorTypeTemp()
Dthermal_zone_manager.cpp297 CallbackOnEvent(polling.first, callbackInfo); in ReportThermalZoneData()
325 if (polling.first == "fan") { in GetCallbackInfo()
346 THERMAL_HILOGI(COMP_HDI, "pollingName %{public}s", polling.first.c_str()); in DumpPollingInfo()
349 group.first.c_str(), group.second->GetInterval(), group.second->multiple_); in DumpPollingInfo()
/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/
Dcamera_host_config.cpp91 cameraIds.push_back(itr->first); in GetCameraIds()
191 return iter->first; in ReturnPhysicalCameraIdToString()
201 return iter->first; in ReturnLogicalCameraIdToString()
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
Dhdi_video_composition.cpp133 if (iter->first == layer->GetId()) { in CLoseUnUsedLayer()
140 neededRemove.push_back(iter->first); in CLoseUnUsedLayer()
/drivers/peripheral/usb/ddk_service/src/
Dusb_ddk_hash.cpp63 return it->first; in UsbDdkGetRecordByVal()
/drivers/peripheral/codec/image/config/
Dcodec_image_config.cpp82 auto first = capList_.begin(); in GetImageCapabilityList() local
84 capList.assign(first, last); in GetImageCapabilityList()
/drivers/external_device_manager/test/moduletest/bus_extension_core_mt/
Dext_device_manager_mt.cpp48 cout << "bundleInfo [" << iter.first << "]: "; in PrintAllDevice()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
Dcomponent_node.cpp411 if (iterOmxBuffer->first == bufferHdrType) { in FreeBuffer()
420 if (iterOmxBuffer->first == bufferHdrType) { in FreeBuffer()
535 if ((iterHead == bufferHeaderMap_.end()) || (iterHead->first == nullptr)) { in GetBufferById()
539 bufferHdrType = iterHead->first; in GetBufferById()
590 OMX_BUFFERHEADERTYPE *bufferHdrType = iter->first; in ReleaseAllBuffer()
/drivers/hdf_core/framework/tools/hdi-gen/hash/
Dhash.cpp74 hashInfo << detail.first << ":" << haskKey; in GetHashInfo()
/drivers/hdf_core/adapter/uhdf2/hdi/src/
Dstub_collector.cpp66 HDF_LOGI("g_constructorMap it: %{public}s", consruct.first.c_str()); in StubCollectorGetOrNewObject()
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
Dhdi_display.cpp78 for (auto c = zRange.first; c != zRange.second; c++) { in SetLayerZorder()
123 for (auto c = zRange.first; c != zRange.second; c++) { in CloseLayer()
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_dfx_service.cpp59 .append(std::to_string(it.first)) in GetCodecComponentListInfo()
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/
Dhdf_driver.c.template8 …struct IDeviceIoService ioService; // The first member of the service structure must be a me…
/drivers/peripheral/display/composer/test/common/
Dhdi_test_display.cpp154 DISPLAY_TEST_LOGE("layer %{public}d Prepare failed", layerMap.first)); in PrepareDisplayLayers()
233 uint32_t layerId = iter.first; in Clear()

123