Home
last modified time | relevance | path

Searched refs:find (Results 5151 - 5175 of 7121) sorted by relevance

1...<<201202203204205206207208209210>>...285

/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h128 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 Dstate_machine.cpp181 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 Dsocperf_plugin.cpp267 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 Dbg_continuous_task_napi_module.cpp451 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 Dlocal_ability_manager_stub_test.cpp202 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 Dabstract_display_controller.cpp84 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 Dwindow_impl.cpp96 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 Dnet_policy_service_stub.cpp151 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 Dbpf_loader.cpp340 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 Dnet_diag_wrapper.cpp373 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 Djs_kv_store.cpp205 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 Ddocument_store.cpp326 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 Dpasteboard_utils.cpp97 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 Dnapi_preferences.cpp499 auto it = observers_.find(env); in RegisteredObserver()
514 auto it = observers_.find(env); in UnregisteredObserver()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pasteboard.cpp369 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 Dkey_backup.cpp493 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 Dservice_incremental.cpp92 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 Dkey_manager_sup_test.cpp324 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 Dpicture_in_picture_controller.cpp529 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 Dninja_c_binary_target_writer.cc740 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 DTimeZoneNamesImpl.java197 * @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 DSpoofChecker.java906 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 DTimeZoneNamesImpl.java199 * @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 DSpoofChecker.java854 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 Denvironment.cc172 auto it = allocations_.find(data); in Reallocate()
196 auto it = allocations_.find(data); in UnregisterPointerInternal()

Completed in 43 milliseconds

1...<<201202203204205206207208209210>>...285