| /base/telephony/call_manager/frameworks/js/napi/src/ |
| H A D | napi_call_manager_utils.cpp | 97 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 D | nitz_update.cpp | 149 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 D | usim_dialling_numbers_service.cpp | 43 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 D | mms_network_client.cpp | 127 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 D | incall_data_state_machine.cpp | 194 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 D | distributed_call_manager.cpp | 181 auto iter = onlineDCallDevices_.find(devId); in AddDCallDevice() 209 auto iter = onlineDCallDevices_.find(devId); in RemoveDCallDevice()
|
| /base/telephony/cellular_data/test/unit_test/ |
| H A D | cellular_data_code_test.cpp | 368 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 D | module_file.cpp | 77 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 D | component_processor.cpp | 60 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 D | ptable_manager.cpp | 120 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 D | telephony_state_registry_stub.cpp | 78 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 D | update_service.cpp | 136 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 D | widget_json_test.cpp | 154 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 D | cert_mgr_adapter_impl.cpp | 192 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 D | net_proxy_adapter_impl.cpp | 158 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 D | ability_tool_test.cpp | 280 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 D | dtbschedmgr_device_info_storage.cpp | 273 auto iter = remoteDevices_.find(networkId); in FindDeviceInfoInStorage() 340 auto iter = uuidNetworkIdMap_.find(uuid); in GetNetworkIdByUuid()
|
| /foundation/ability/form_fwk/services/src/ |
| H A D | form_supply_callback.cpp | 188 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 D | prepared_model_service.cpp | 233 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 D | sa_rust_interface_code_emitter.cpp | 140 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 D | prepared_model_service.cpp | 193 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 D | nncompiled_cache.cpp | 439 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 D | js_auto_fill_manager.cpp | 125 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 D | cast_stream_player_manager.cpp | 279 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 D | cast_stream_player_manager.cpp | 279 auto iter = g_mediaSpeedToPlaybackSpeedMap.find(speedMode); in ConvertMediaSpeedToPlaybackSpeed() 606 auto iter = g_doubleToModeTypeMap.find(speed); in SetSpeed()
|