| /foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/ |
| H A D | http_cache_response.cpp | 61 std::string key = CommonUtils::ToLower(iterCacheResponse.first); in ParseCacheResponseHeader()
|
| /foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
| H A D | mdns_manager.cpp | 145 auto cb = it.first; in RestartDiscoverService()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| H A D | distributeddb_data_transformer_test.cpp | 81 // choose first element as primary key in GenerateTableDataWithLog() 188 fieldInfo.SetStorageType(item.first); in HWTEST_F()
|
| /foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
| H A D | dcamera_sink_service_ipc.cpp | 169 DHLOGI("OnSourceRemoteCamSrvDied remote.devId: %{public}s", GetAnonyString(iter->first).c_str()); in OnSourceRemoteCamSrvDied()
|
| /foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/ |
| H A D | dcamera_source_hidumper.cpp | 154 deviceId = it->first; in GetCurrentStateInfo()
|
| /foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/ |
| H A D | dcamera_source_service_ipc.cpp | 170 DHLOGI("OnSinkRemoteCamSrvDied remote.devId: %{public}s", GetAnonyString(iter->first).c_str()); in OnSinkRemoteCamSrvDied()
|
| /foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
| H A D | distributed_input_source_sa_cli_mgr.cpp | 147 DHLOGI("VirtualHardwareManager::DeleteRemoteCli remote.devId=%{public}s", GetAnonyString(iter->first).c_str()); in DeleteRemoteCli()
|
| /foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
| H A D | clouddisk_notify_utils_mock.cpp | 127 string deleteCloudId = cacheList_.back().first;
in PutCacheNode()
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/ |
| H A D | distributed_hardware_manager.cpp | 165 versionMap.emplace(iter->first, iter->second.sinkVersion); in GetComponentVersion()
|
| /foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
| H A D | svc_restore_deps_manager.cpp | 51 string bundleName = it->first; in GetRestoreBundleMap()
|
| /test/ostest/wukong/report/src/ |
| H A D | statistics_ability.cpp | 42 DEBUG_LOG_STR("start bundlename{%s}", bundle.first.c_str()); in StatisticsDetail()
|
| /third_party/curl/src/ |
| H A D | tool_cfgable.h | 126 struct getout *url_list; /* point to the first node */ 316 bool fail_early; /* exit on first transfer error */ 328 struct OperationConfig *first; member
|
| /third_party/gn/src/gn/ |
| H A D | eclipse_writer.cc | 166 macro_element->SubElement("name")->Text(EscapeForXML(key_val.first)); in WriteCDTSettings()
|
| H A D | import_manager.cc | 160 [](const ImportMap::value_type& val) { return val.first; }); in GetImportedFiles()
|
| H A D | rust_values_generator.cc | 187 pair.first); in FillAliasedDeps()
|
| /third_party/benchmark/test/ |
| H A D | register_benchmark_test.cc | 90 benchmark::RegisterBenchmark(c.first, &BM_extra_args, c.second); in RegisterFromFunction()
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | image-private.h | 106 cups_ic_t *first, /* First cached tile in image */ member
|
| /third_party/icu/icu4c/source/samples/citer/ |
| H A D | citer.cpp | 83 UChar c = iter.first(); in TestUChariter() 84 printUChar(c); // The first char in TestUChariter()
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | tstnrapi.cpp | 137 if(norm.first()!=0x61 || norm.next()!=0x308 || norm.last()!=0x2f800) { in TestNormalizerAPI() 138 errln("error in Normalizer(UNORM_NONE).first()/next()/last()"); in TestNormalizerAPI()
|
| /third_party/icu/tools/colprobe/ |
| H A D | sortedlines.h | 35 Line *first; member in SortedLines
|
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | brkiter.h | 231 virtual int32_t first(void) = 0; 264 * Advance the iterator to the first boundary following the specified offset. 268 * @return The first boundary after the specified offset. 274 * Set the iterator position to the first boundary preceding the specified offset. 278 * @return The first boundary before the specified offset. 286 * to the first boundary position at or following the specified offset.
|
| H A D | rbbi.h | 334 * returned character iterator first and operate on the clone. 410 virtual int32_t first(void) override; 433 * @return The position of the first boundary after this one. 446 * Sets the iterator to refer to the first boundary position following 449 * @return The position of the first break after the current position. 465 * effect, leaves the iterator pointing to the first boundary position at
|
| H A D | normlzr.h | 67 * and previous() could not be used after setIndex(), next(), first(), and current(). 70 * calling setIndexOnly(), first(), or last(). 408 * the case folding must be performed first, then the normalization. 472 * Return the first character in the normalized text. 476 * @return the first normalized code point 479 UChar32 first(void); 513 * (getIndex()>startIndex() || first()!=DONE). (Calling first() will change 574 * @return the first index in the input text where the Normalizer does not operate 627 * {@link #setText }, {@link #first() }, [all...] |
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-jws.h | 301 * allocation desired... the first random_len will be filled with random. 392 * prepending . if not first 396 * \param first: nonzero if the first section 401 * If the section is not the first one, '.' is prepended. 404 lws_jws_encode_section(const char *in, size_t in_len, int first, char **p,
|
| /third_party/mesa3d/include/android_stub/log/ |
| H A D | log_main.h | 120 #define __android_rest(first, ...) , ##__VA_ARGS__
|