Home
last modified time | relevance | path

Searched refs:find (Results 4826 - 4850 of 8472) sorted by relevance

1...<<191192193194195196197198199200>>...339

/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager_utils.cpp97 auto iter = eventNameMap_.find(eventId); in GetEventName()
110 auto iter = eventPermissionMap_.find(eventId); in GetEventPermission()
/base/telephony/core_service/services/network_search/src/
H A Dnitz_update.cpp149 std::string::size_type posPositive = strTimeSubs.find(strSep); in NitzTimeParse()
151 std::string::size_type posNegative = strTimeSubs.find(strSep); in NitzTimeParse()
/base/telephony/core_service/services/sim/src/
H A Dusim_dialling_numbers_service.cpp43 auto itFunc = memberFuncMap_.find(id); in ProcessEvent()
202 auto fileIt = pbrFile->fileIds_.find(TAG_SIM_USIM_ADN); in GeneratePbrFile()
/base/telephony/sms_mms/services/mms/
H A Dmms_network_client.cpp127 size_t locate = proxy.find(":"); in GetMmsApnPorxy()
466 auto search = capabilities.netCaps_.find(NetCap::NET_CAPABILITY_MMS); in GetIfaceName()
/base/telephony/cellular_data/services/src/state_machine/
H A Dincall_data_state_machine.cpp194 std::map<uint32_t, Fun>::iterator it = eventIdFunMap_.find(eventCode); in StateProcess()
302 std::map<uint32_t, Fun>::iterator it = eventIdFunMap_.find(eventCode); in StateProcess()
/base/telephony/call_manager/services/distributed_call/src/
H A Ddistributed_call_manager.cpp181 auto iter = onlineDCallDevices_.find(devId); in AddDCallDevice()
209 auto iter = onlineDCallDevices_.find(devId); in RemoveDCallDevice()
/base/telephony/cellular_data/test/unit_test/
H A Dcellular_data_code_test.cpp368 std::map<int32_t, Fun>::iterator it = testFunMap.find(testId); in DataPackageTest()
459 std::map<int32_t, Fun>::iterator it = testFunMap.find(testId); in UnitTest()
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp77 LOG(ERROR) << "Couldn't find filesystem magic"; in RetrieveFsType()
272 auto saIter = saMap.find(info.saId); in CompareSaListVersion()
295 auto bundleIter = bundleSet.find(info.bundleName); in CompareBundleList()
308 LOG(ERROR) << "Could not find " << fileName; in ExtractZipFile()
/base/update/updater/services/flow_update/update_bin/
H A Dcomponent_processor.cpp60 std::string::size_type position = partitionName.find("_es"); in GetProcessor()
64 auto it = m_constructorMap.find(partitionName); in GetProcessor()
234 LOG(ERROR) << "Datawriter: cannot find device path for partition \'" << in GetWritePathAndOffset()
244 LOG(ERROR) << "Datawriter: cannot find device path for partition \'" << in GetWritePathAndOffset()
/base/update/updater/services/ptable_parse/
H A Dptable_manager.cpp120 LOG(ERROR) << "can't find the " << partitionName << " partition in device ptable!"; in IsPartitionChanged()
125 LOG(ERROR) << "can't find the " << partitionName << " partition in package ptable!"; in IsPartitionChanged()
218 std::string::size_type position = standardPtnName.find("_es"); in GetPartionInfoByName()
281 if (auto iter = ptableMap_.find(i - 1); iter != ptableMap_.end()) { in InitCompositePtable()
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp78 auto itFunc = memberFuncMap_.find(static_cast<StateNotifyInterfaceCode>(code)); in OnRemoteRequest()
97 std::map<uint32_t, std::string>::iterator itCollieId = collieCodeStringMap_.find(code); in SetTimer()
/base/update/updateservice/services/engine/src/
H A Dupdate_service.cpp136 auto iter = clientProxyMap_.find(info); in UnregisterUpdateCallback()
149 auto iter = clientProxyMap_.find(info); in GetUpgradeCallback()
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_json_test.cpp154 auto it = para.authProfileMap.find(AuthType::PIN); in HWTEST_F()
223 auto it = para.authProfileMap.find(AuthType::PIN); in HWTEST_F()
/base/web/webview/ohos_adapter/cert_mgr_adapter/src/
H A Dcert_mgr_adapter_impl.cpp192 WVLOG_D("GetCertDataBySubject, can not find cert"); in GetCertDataBySubject()
464 size_t pos = pinsString.find(";", start); in GetPinSetForHostName()
468 pos = pinsString.find(";", start); in GetPinSetForHostName()
/base/web/webview/ohos_adapter/net_proxy_adapter/src/
H A Dnet_proxy_adapter_impl.cpp158 charArrayFour[index] = BASE64_CHARS.find(static_cast<char>(charArrayFour[index])); in Decode()
173 std::string::size_type idx = BASE64_CHARS.find(static_cast<char>(i)); in Decode()
/foundation/ability/ability_runtime/tools/test/unittest/ability_tool/
H A Dability_tool_test.cpp280 EXPECT_NE(cmd.ExecCommand().find(ABILITY_TOOL_HELP_MSG_START), string::npos); in HWTEST_F()
466 EXPECT_NE(cmd.ExecCommand().find(ABILITY_TOOL_HELP_MSG_TEST), string::npos); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddtbschedmgr_device_info_storage.cpp273 auto iter = remoteDevices_.find(networkId); in FindDeviceInfoInStorage()
340 auto iter = uuidNetworkIdMap_.find(uuid); in GetNetworkIdByUuid()
/foundation/ability/form_fwk/services/src/
H A Dform_supply_callback.cpp188 while (connections_.find(connectKey) != connections_.end()) { in AddConnection()
206 auto conIterator = connections_.find(connectId); in RemoveConnection()
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dprepared_model_service.cpp233 auto iter = std::find(inputShape.begin(), inputShape.end(), DYNAMIC_SHAPE_FLAG); in Compile()
291 if (std::find(shapes.begin(), shapes.end(), DYNAMIC_SHAPE_FLAG) != shapes.end()) { in Compile()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/rust/
H A Dsa_rust_interface_code_emitter.cpp140 if ((path.find("..") != std::string::npos) || (file.find("..") != std::string::npos)) { in GeneratePath()
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dprepared_model_service.cpp193 auto iter = std::find(inputShape.begin(), inputShape.end(), DYNAMIC_SHAPE_FLAG); in Compile()
246 if (std::find(shapes.begin(), shapes.end(), DYNAMIC_SHAPE_FLAG) != shapes.end()) { in Compile()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiled_cache.cpp439 if (cachePath.find(ROOT_DIR_STR) != size_t(0)) { in VerifyCachePath()
447 if (cachePath.find(DOUBLE_SLASH_STR) != std::string::npos) { in VerifyCachePath()
/foundation/ability/ability_runtime/frameworks/js/napi/auto_fill_manager/
H A Djs_auto_fill_manager.cpp125 auto iter = saveRequestObject_.find(instanceId); in GetCallbackByInstanceId()
135 auto iter = saveRequestObject_.find(instanceId); in OnRequestAutoSaveDone()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/
H A Dcast_stream_player_manager.cpp279 auto iter = g_mediaSpeedToPlaybackSpeedMap.find(speedMode); in ConvertMediaSpeedToPlaybackSpeed()
606 auto iter = g_doubleToModeTypeMap.find(speed); in SetSpeed()
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/
H A Dcast_stream_player_manager.cpp279 auto iter = g_mediaSpeedToPlaybackSpeedMap.find(speedMode); in ConvertMediaSpeedToPlaybackSpeed()
606 auto iter = g_doubleToModeTypeMap.find(speed); in SetSpeed()

Completed in 24 milliseconds

1...<<191192193194195196197198199200>>...339