/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 128 bool isJudgeMode = g_keyCodeValue.find(event->GetKeyCode()) != g_keyCodeValue.end(); in PrintInfoLog() 198 bool isJudgeMode = g_keyCodeValue.find(event->GetKeyCode()) != g_keyCodeValue.end(); in Print()
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | state_machine.cpp | 181 if (auto iter = handlers_.find(event.type); iter != handlers_.end()) { in OnEvent() 359 if (auto iter = onlineBoards_.find(offlineEvent.networkId); iter != onlineBoards_.end()) { in OnBoardOffline()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/ |
H A D | socperf_plugin.cpp | 267 auto funcIter = functionMap.find(data->resType);
in DispatchResource() 497 if (std::find(ResType::UI_SENSITIVE_EXTENSION.begin(), ResType::UI_SENSITIVE_EXTENSION.end(), extensionType) !=
in HandleAppStateChange()
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | bg_continuous_task_napi_module.cpp | 451 auto it = std::find(g_backgroundModes.begin(), g_backgroundModes.end(), result);
in GetModes() 454 auto modeIter = std::find(asyncCallbackInfo->bgModes.begin(), asyncCallbackInfo->bgModes.end(), index + 1);
in GetModes()
|
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/ |
H A D | local_ability_manager_stub_test.cpp | 202 auto iter = LocalAbilityManager::GetInstance().memberFuncMap_.find(code);
in HWTEST_F() 224 auto iter = LocalAbilityManager::GetInstance().memberFuncMap_.find(code);
in HWTEST_F()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_display_controller.cpp | 84 auto iter = abstractDisplayMap_.find(displayId);
in GetAbstractDisplay() 372 WLOGFD("find abstract display of the screen. display %{public}" PRIu64", screen %{public}" PRIu64"",
in GetAbstractDisplayByAbsScreen() 385 WLOGFE("Screen combination is SCREEN_ALONE or SCREEN_EXPAND, cannot find abstract display of the screen");
in GetAbstractDisplayByAbsScreen() 407 WLOGFD("find abstract display of the screen. display %{public}" PRIu64", screen %{public}" PRIu64"",
in ProcessDisplayUpdateOrientation() 421 WLOGFE("cannot find abstract display of the screen %{public}" PRIu64"", absScreen->dmsId_);
in ProcessDisplayUpdateOrientation() 531 WLOGFD("find abstract display of the screen. display %{public}" PRIu64", screen %{public}" PRIu64"",
in ProcessVirtualPixelRatioChange() 538 WLOGE("Failed to find abstract display of the screen.");
in ProcessVirtualPixelRatioChange() 657 auto iter = abstractDisplayMap_.find(displayId);
in SetFreeze()
|
/foundation/window/window_manager/previewer/src/ |
H A D | window_impl.cpp | 96 WLOGFE("Cannot find Window!"); in FindWindowById() 212 auto it = sysBarPropMap_.find(type); in GetSystemBarPropertyByType() 762 if (std::find(holder.begin(), holder.end(), listener) != holder.end()) { in RegisterListener()
|
/foundation/communication/netmanager_base/services/netpolicymanager/src/stub/ |
H A D | net_policy_service_stub.cpp | 151 auto itFunc = memberFuncMap_.find(code); in OnRemoteRequest() 189 if (g_codeNPS.find(code) != g_codeNPS.end()) { in CheckPolicyPermission()
|
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bpf_loader.cpp | 340 if (s.find(dir) != std::string::npos) { in IsMounted() 442 if (mapName.find(value) != mapName.end()) { in LoadElfMapSectionCore()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | net_diag_wrapper.cpp | 373 if (line.find(PING_NAME_DOES_NOT_RESOLVED) != std::string::npos || in ExtractPingResult() 374 line.find(PING_NETWORK_UNREACHABLE) != std::string::npos) { in ExtractPingResult()
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_kv_store.cpp | 205 auto handle = onEventHandlers_.find(event); in OnEvent() 231 auto handle = offEventHandlers_.find(event); in OffEvent()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/ |
H A D | document_store.cpp | 326 valStr = documentObj.Print(); // If cant not find data, insert it. in GetUpsertRePlaceData() 371 if (ret == E_OK) { // E_OK means find data. in InsertIdToDocument() 839 if (collections_.find(collection) != collections_.end()) { in IsExistResultSet() 849 if (collections_.find(collectionName) != collections_.end()) { in EraseCollection()
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_utils.cpp | 97 auto it = convert2URecordMap_.find(type); in Convert() 99 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_CLIENT, "not find type, go to customData"); in Convert() 120 auto it = convert2PRecordMap_.find(type); in Convert() 122 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_CLIENT, "not find type, convert to AppDefinedRecord"); in Convert() 125 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_CLIENT, "find type, convert to pasteRecord, type:%{public}d", type); in Convert()
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/ |
H A D | napi_preferences.cpp | 499 auto it = observers_.find(env); in RegisteredObserver() 514 auto it = observers_.find(env); in UnregisteredObserver()
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | napi_pasteboard.cpp | 369 auto it = createRecordMap_.find(mimeType); in JSCreateRecord() 512 auto it = createDataMap_.find(mimeType); in JSCreateData()
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | key_backup.cpp | 493 pos = pathName.find("/", pos + 1); in MkdirParent() 502 pos = pathName.find("/", pos + 1); in MkdirParent()
|
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service_incremental.cpp | 92 auto it = backupExtMutexMap_.find(bundleName); in GetExtensionMutex() 105 auto it = backupExtMutexMap_.find(bundleName); in RemoveExtensionMutex()
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/ |
H A D | key_manager_sup_test.cpp | 324 EXPECT_EQ(userElKey.find(user), userElKey.end()); in HWTEST_F() 329 EXPECT_EQ(userElKey.find(user), userElKey.end()); in HWTEST_F()
|
/foundation/window/window_manager/wm/src/ |
H A D | picture_in_picture_controller.cpp | 529 if (CONTROL_TYPE_MAP.find(actionName) != CONTROL_TYPE_MAP.end()) { in DoActionEvent() 756 if (std::find(holder.begin(), holder.end(), listener) != holder.end()) { in RegisterListener()
|
/third_party/gn/src/gn/ |
H A D | ninja_c_binary_target_writer.cc | 740 size_t sep = label.find(":"); in WriteWholeArchive() 764 size_t sep = label.find(":"); in WriteNoWholeArchive()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TimeZoneNamesImpl.java | 197 * @see com.ibm.icu.text.TimeZoneNames#find(java.lang.CharSequence, int, java.util.Set) 200 public synchronized Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find() method in TimeZoneNamesImpl 247 _namesTrie.find(text, start, handler); in doFind()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | SpoofChecker.java | 906 while (matcher.find()) { in build() 932 while (m.find()) { in build() 1398 // No need to find more than the first failure. in failsChecks() 1972 // Did we find an entry? If not, the char maps to itself. in confusableLookup()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TimeZoneNamesImpl.java | 199 * @see ohos.global.icu.text.TimeZoneNames#find(java.lang.CharSequence, int, java.util.Set) 202 public synchronized Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find() method in TimeZoneNamesImpl 249 _namesTrie.find(text, start, handler); in doFind()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | SpoofChecker.java | 854 while (matcher.find()) { in build() 880 while (m.find()) { in build() 1331 // No need to find more than the first failure. in failsChecks() 1899 // Did we find an entry? If not, the char maps to itself. in confusableLookup()
|
/third_party/node/src/api/ |
H A D | environment.cc | 172 auto it = allocations_.find(data); in Reallocate() 196 auto it = allocations_.find(data); in UnregisterPointerInternal()
|