/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_clients_manager.cpp | 112 if (clients_.find(groupId) == clients_.end() || clients_[groupId].find(serviceId) == clients_[groupId].end()) {
in ReportDataCbRegister() 122 auto it = clients_[groupId].find(serviceId);
in ReportDataCbRegister() 133 if (clients_.find(groupId) == clients_.end() || clients_[groupId].find(serviceId) == clients_[groupId].end()) {
in ReportDataCbUnRegister() 138 auto it = clients_[groupId].find(serviceId);
in ReportDataCbUnRegister() 148 auto it = sensorConfig_.find(sensorId);
in UpdateSensorConfig() 164 auto it = sdcSensorConfig_.find(sensorId);
in UpdateSdcSensorConfig() 188 if (clients_.find(groupId) == clients_.end() || clients_[groupId].empty()) {
in UpdateClientPeriodCount() 194 if (client.curCountMap_.find(sensorI in UpdateClientPeriodCount() [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | perf-with-kcore.sh | 24 echo "Failed to find perf" >&2 28 echo "Failed to find perf" >&2 62 echo "Failed to find kcore" >&2 109 find "$USER_HOME/.debug" -xdev -type d ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USER" \{\} \; 110 find "$USER_HOME/.debug" -xdev -type f -links 1 ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USER" \{\} \; 111 find "$USER_HOME/.debug" -xdev -type l ! -user "$SUDO_USER" -ls -exec chown -h "$SUDO_USER" \{\} \; 114 find "$USER_HOME/.debug" -xdev -type d ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID" \{\} \; 115 find "$USER_HOME/.debug" -xdev -type f -links 1 ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID" \{\} \; 116 find "$USER_HOME/.debug" -xdev -type l ! -group "$SUDO_GID" -ls -exec chgrp -h "$SUDO_GID" \{\} \; 128 PERMISSIONS_OK+=$(find " [all...] |
/kernel/linux/linux-6.6/scripts/package/ |
H A D | install-extmod-build | 20 find "arch/${SRCARCH}" -maxdepth 1 -name 'Makefile*' 21 find include scripts -type f -o -type l 22 find "arch/${SRCARCH}" -name Kbuild.platforms -o -name Platform 23 find "arch/${SRCARCH}" -name include -o -name scripts -type d 31 find "arch/${SRCARCH}/include" Module.symvers include scripts -type f 34 find scripts/gcc-plugins -name '*.so'
|
/drivers/peripheral/camera/vdi_base/usb_camera/vdi_impl/src/camera_host/ |
H A D | camera_host_usb_config.cpp | 58 auto itr = cameraIdMap_.find(lCameraId); in GetPhysicCameraIds() 69 auto itr = cameraAbilityMap_.find(cameraId); in GetCameraAbility() 81 auto itrCameraId = cameraIdMap_.find(logicalCameraId); in AddCameraId() 82 auto itrCameraAbility = cameraAbilityMap_.find(logicalCameraId); in AddCameraId() 102 auto itrCameraId = cameraIdMap_.find(logicalCameraId); in SubtractCameraId() 103 auto itrCameraAbility = cameraAbilityMap_.find(logicalCameraId); in SubtractCameraId() 121 auto itr = cameraIdMap_.find(logicalCameraId); in ReturnEnableLogicalCameraId() 138 auto itr = cameraIdMap_.find(logicalCameraId); in GenerateNewLogicalCameraId() 173 auto iter = std::find(usbCameraIdVector_.begin(), usbCameraIdVector_.end(), cameraId); in SearchUsbCameraId()
|
/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/ |
H A D | camera_host_config.cpp | 99 auto itr = cameraIdMap_.find(lCameraId); in GetPhysicCameraIds() 110 auto itr = cameraAbilityMap_.find(cameraId); in GetCameraAbility() 122 auto itrCameraId = cameraIdMap_.find(logicalCameraId); in AddCameraId() 123 auto itrCameraAbility = cameraAbilityMap_.find(logicalCameraId); in AddCameraId() 143 auto itrCameraId = cameraIdMap_.find(logicalCameraId); in SubtractCameraId() 144 auto itrCameraAbility = cameraAbilityMap_.find(logicalCameraId); in SubtractCameraId() 162 auto itr = cameraIdMap_.find(logicalCameraId); in ReturnEnableLogicalCameraId() 179 auto itr = cameraIdMap_.find(logicalCameraId); in GenerateNewLogicalCameraId() 214 auto iter = std::find(usbCameraIdVector_.begin(), usbCameraIdVector_.end(), cameraId); in SearchUsbCameraId()
|
/drivers/peripheral/power/interfaces/hdi_service/src/ |
H A D | running_lock_timer_handler.cpp | 77 auto typeIter = runninglockTimerMap_.find(type); in GetRunningLockTimerId() 79 auto nameIter = typeIter->second.find(name); in GetRunningLockTimerId() 89 auto typeIter = runninglockTimerMap_.find(type); in AddRunningLockTimerMap() 96 auto nameIter = typeIter->second.find(name); in AddRunningLockTimerMap() 106 auto typeIter = runninglockTimerMap_.find(type); in RemoveRunningLockTimerMap() 108 auto nameIter = typeIter->second.find(name); in RemoveRunningLockTimerMap()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | tags.sh | 46 ALLSOURCE_ARCHS=$(find ${tree}arch/ -mindepth 1 -maxdepth 1 -type d -printf '%f ') 49 # find sources in arch/$1 55 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print; 58 # find sources in arch/$1/include 61 include=$(find ${tree}arch/$1/ -name include -type d -print); 64 find $include $ignore -name "$2" -not -type l -print; 68 # find sources in include/ 71 find ${tree}include $ignore -name config -prune -o -name "$1" \ 75 # find sources in rest of tree 79 find [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | tags.sh | 46 ALLSOURCE_ARCHS=$(find ${tree}arch/ -mindepth 1 -maxdepth 1 -type d -printf '%f ') 49 # find sources in arch/$1 55 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print; 58 # find sources in arch/$1/include 61 include=$(find ${tree}arch/$1/ -name include -type d -print); 64 find $include $ignore -name "$2" -not -type l -print; 68 # find sources in include/ 71 find ${tree}include $ignore -name config -prune -o -name "$1" \ 75 # find sources in rest of tree 79 find [all...] |
/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
H A D | stub_collector.cpp | 33 if (g_constructorMap.find(ifDesc) != g_constructorMap.end()) { in StubConstructorRegister() 58 auto stub = g_stubMap.find(servPtr); in StubCollectorGetOrNewObject() 69 auto constructor = g_constructorMap.find(ifDesc); in StubCollectorGetOrNewObject() 96 auto stub = g_stubMap.find(servPtr); in StubCollectorRemoveObject() 101 auto constructor = g_constructorMap.find(ifDesc); in StubCollectorRemoveObject()
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_death_recipient.cpp | 37 auto remoteComps = g_remoteCompsMap.find(object.GetRefPtr());
in CleanResourceOfDiedService() 39 CODEC_LOGE("can not find remote service in g_remoteCompsMap!");
in CleanResourceOfDiedService() 60 auto remoteComps = g_remoteCompsMap.find(remote.GetRefPtr());
in RegisterDeathRecipientService() 85 auto compRemote = g_compRemoteMap.find(componentId);
in RemoveMapperOfDestoryedComponent() 91 auto remoteComps = g_remoteCompsMap.find(remote);
in RemoveMapperOfDestoryedComponent() 101 auto deathReci = g_deathReciMap.find(remote);
in RemoveMapperOfDestoryedComponent() 103 CODEC_LOGE("%{public}s: not find recipient", __func__);
in RemoveMapperOfDestoryedComponent()
|
/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/ |
H A D | etx_device_mgr.cpp | 75 auto pos = bundleMatchMap_.find(bundleInfo); in AddDevIdOfBundleInfoMap() 112 auto pos = bundleMatchMap_.find(bundleInfo); in RemoveDevIdOfBundleInfoMap() 114 EDM_LOGI(MODULE_DEV_MGR, "not find bundleInfo from map"); in RemoveDevIdOfBundleInfoMap() 154 if (deviceMap_.find(type) != deviceMap_.end()) { in RemoveDeviceOfDeviceMap() 188 if (deviceIds.find(deviceId) != deviceIds.end()) { in MatchDriverInfos() 197 EDM_LOGD(MODULE_DEV_MGR, "deviceId[%{public}016" PRIX64 "], not find driver", deviceId); in MatchDriverInfos() 230 if (deviceMap_.find(type) != deviceMap_.end()) { in RegisterDevice() 232 if (map.find(deviceId) != map.end() && map[deviceId] != nullptr) { in RegisterDevice() 233 device = map.find(deviceId)->second; in RegisterDevice() 292 if (deviceMap_.find(typ in UnRegisterDevice() [all...] |
/drivers/peripheral/power/test/unittest/mock/ |
H A D | mock_wakelock_name.cpp | 28 auto it = std::find(wakeLockName.begin(), wakeLockName.end(), name); in FindWakeLockName() 37 auto it = std::find(wakeLockName.begin(), wakeLockName.end(), name); in WriteWakeLockName() 45 auto it = std::find(wakeLockName.begin(), wakeLockName.end(), name); in WriteWakeUnlockName()
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_device_info_hcs.py | 68 if line.find("%s :: %s" % (module, temp_flag)) == -1:
73 if hcs_config[child_index].strip().find("{") != -1:
152 if start_state and old_line.find("{") != -1:
154 elif start_state and old_line.find("}") != -1:
166 elif line.find(self.driver) != -1:
175 elif line.strip().find(module_branch_start) != -1:
185 if line.find("%s_dal :: %s" % (driver_name, "host")) == -1:
190 if hcs_config[child_index].strip().find("{") != -1:
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
H A D | audio_manager_interface_impl.cpp | 75 auto adp = mapAudioAdapter_.find(desc.adapterName); in LoadAdapter() 77 DHLOGE("Load audio adapter failed, can not find adapter."); in LoadAdapter() 104 auto adp = mapAudioAdapter_.find(adapterName); in UnloadAdapter() 106 DHLOGE("Unload audio adapter failed, can not find adapter."); in UnloadAdapter() 135 auto adp = mapAudioAdapter_.find(adpName); in AddAudioDevice() 143 adp = mapAudioAdapter_.find(adpName); in AddAudioDevice() 165 if (mapAddFlags_.find(flagString) == mapAddFlags_.end()) { in AddAudioDevice() 218 auto adp = mapAudioAdapter_.find(adpName); in GetAdapterFromMap() 234 auto adpIter = mapAudioAdapter_.find(adpName); in Notify() 236 DHLOGE("Notify failed, can not find adapte in Notify() [all...] |
/kernel/linux/linux-5.10/scripts/package/ |
H A D | builddeb | 36 sh -c "cd '$pdir'; find . -type f ! -path './DEBIAN/*' -printf '%P\0' \ 63 find . arch/$SRCARCH -maxdepth 1 -name Makefile\* 64 find include scripts -type f -o -type l 65 find arch/$SRCARCH -name Kbuild.platforms -o -name Platform 66 find $(find arch/$SRCARCH -name include -o -name scripts -type d) -type f 74 find arch/$SRCARCH/include Module.symvers include scripts -type f 77 find scripts/gcc-plugins -name \*.so 168 for module in $(find $tmpdir/lib/modules/ -name *.ko -printf '%P\n'); do
|
/kernel/liteos_a/tools/scripts/parse_exc/ |
H A D | parse_excinfo.py | 77 lines = lines[lines.find(string):] 99 lines = lines[lines.find('lr ='):] 125 lines = lines[lines.find(string):] 150 lines = lines[lines.find('lr ='):] 171 find = -1 180 lines = lines[lines.find('lr ='):] 187 find = 0 189 return find
|
/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | startup_cfg_gen.cpp | 104 if (hostInfoMap_[name].dynamicLoad && (configedKeywords.find("preload") == configedKeywords.end())) { in EmitDynamicLoad() 111 if ((configedKeywords.find("path") == configedKeywords.end())) { in EmitPathInfo() 124 if ((configedKeywords.find("uid") == configedKeywords.end())) { in EmitIdInfo() 128 if (configedKeywords.find("gid") == configedKeywords.end()) { in EmitIdInfo() 136 if (!hostInfoMap_[name].hostCaps.empty() && configedKeywords.find("caps") == configedKeywords.end()) { in EmitHostCapsInfo() 144 if (!hostInfoMap_[name].hostCritical.empty() && configedKeywords.find("critical") == configedKeywords.end()) { in EmitHostCriticalInfo() 152 if (hostInfoMap_[name].sandBox != INVALID_SAND_BOX && configedKeywords.find("sandbox") == configedKeywords.end()) { in EmitSandBoxInfo() 160 if (configedKeywords.find("secon") == configedKeywords.end()) { in EmitSeconInfo() 189 int firstQuotePos = info.find("\""); in HostInfoOutput() 190 int secondQuotePos = info.find("\"", firstQuotePo in HostInfoOutput() [all...] |
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | load_config.py | 25 start = config_file.find('Documentation/') 27 start = config_file.find('/', start + 1) 38 if l[0].find(dir + '/') == 0:
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | load_config.py | 25 start = config_file.find('Documentation/') 27 start = config_file.find('/', start + 1) 38 if l[0].find(dir + '/') == 0:
|
/applications/standard/contacts_data/ability/common/utils/src/ |
H A D | sql_analyzer.cpp | 61 std::size_t found = sql.find(']', pos); in CharCheck() 69 std::size_t found = sql.find('\n', pos); in CharCheck() 77 std::size_t found = sql.find("*/", pos); in CharCheck() 95 std::size_t found = sql.find(ch, pos); in StrCheck()
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_death_recipient.cpp | 42 auto comps = g_pidCompsMap.find(remotePid);
in RegisterService() 62 auto addrPid = g_addrPidMap.find(addr);
in CleanMapperOfDiedService() 69 auto comps = g_pidCompsMap.find(remotePid);
in CleanMapperOfDiedService() 93 auto comps = g_pidCompsMap.find(remotePid);
in RemoveDestoryedComponent()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kexec/ |
H A D | kexec_common_lib.sh | 52 secure_boot_file=$(find "$efivarfs" -name SecureBoot-* 2>/dev/null) 53 setup_mode_file=$(find "$efivarfs" -name SetupMode-* 2>/dev/null) 79 secure_boot_file=$(find "$efi_vars" -name SecureBoot-* 2>/dev/null) 80 setup_mode_file=$(find "$efi_vars" -name SetupMode-* 2>/dev/null)
|
/applications/standard/app_samples/code/BasicFeature/Native/ArkTSXComponent/entry/src/main/cpp/manager/ |
H A D | plugin_manager.cpp | 74 if (pluginRenderMap_.find(id) != pluginRenderMap_.end()) { in GetPluginRender() 85 if (windowMap_.find(surfaceId) == windowMap_.end()) { in SetSurfaceId() 89 if (pluginRenderMap_.find(surfaceId) == pluginRenderMap_.end()) { in SetSurfaceId() 100 auto pluginRenderMapIter = pluginRenderMap_.find(surfaceId); in DestroySurface() 105 auto windowMapIter = windowMap_.find(surfaceId); in DestroySurface()
|
/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | string_helper.cpp | 30 size_t pos = sources.find(limit, begin);
in Split() 37 pos = sources.find(limit, begin);
in Split() 49 return value.find(prefix) == 0;
in StartWith() 54 return value.find(prefix) == 0;
in StartWith() 95 while ((pos = result.find(oldstr, pos)) != std::string::npos) {
in Replace()
|
/drivers/hdf_core/framework/core/host/src/ |
H A D | hdf_device.c | 32 bool find = false; in FindUsableDevNodeId() local 35 find = false; in FindUsableDevNodeId() 38 find = true; in FindUsableDevNodeId() 42 if (!find) { in FindUsableDevNodeId()
|