Home
last modified time | relevance | path

Searched refs:find (Results 5176 - 5200 of 7338) sorted by relevance

1...<<201202203204205206207208209210>>...294

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp283 auto iter = objectorMap_.find(objectName); in GetJavaScriptResult()
973 if (objectorMap_.find(objName) == objectorMap_.end()) { in AddJavascriptInterface()
1068 if (objectorMap_.find(objName) == objectorMap_.end()) { in RemoveJavascriptInterface()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp43 auto pos = tempSoPath.find(moduleName); in ObtainTempSoPath()
179 if (std::find(installedModules.begin(), installedModules.end(), moduleName) == installedModules.end()) { in UnInstall()
944 if (find(moduleNameList.begin(), moduleNameList.end(), package) == moduleNameList.end()) { in UninstallLowerVersion()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_window_manager.cpp849 auto itr = oldA11yWindows_.find(realWid); in WindowUpdateAll()
928 auto iter = a11yWindows_.find(windowId); in GetSceneBoardElementId()
952 auto iter = a11yWindows_.find(windowId); in GetRealWindowAndElementId()
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_decoder.cpp231 auto iter = memoryMap.find(index); in GetTransData()
262 auto iter = bufferMap.find(index); in GetTransData()
563 auto bufferIter = videoDecObj->inputBufferMap_.find(index); in OH_VideoDecoder_PushInputBuffer()
/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp190 auto iter = window->bufferCache_.find(seqNum); in NativeWindowRequestBuffer()
506 auto it = operationMap.find(code); in InternalHandleNativeWindowOpt()
799 auto iter = NATIVE_COLORSPACE_TO_HDI_MAP.find(colorSpace); in OH_NativeWindow_SetColorSpace()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp1038 extraStrLen_ = dspDetectedTime_.find("20"); in ShowTimestamp()
1078 auto it = map.find(streamType); in GetStreamName()
1282 auto it = map.find(streamType); in GetVolumeTypeFromStreamType()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp621 if (surfaceParams.IsLeashWindow() && blackList.find(surfaceParams.GetLeashPersistentId()) != blackList.end()) { in CheckIfSurfaceSkipInMirror()
626 if (blackList.find(surfaceParams.GetId()) != blackList.end()) { in CheckIfSurfaceSkipInMirror()
645 if (whiteList.find(id) == whiteList.end()) { in SetVirtualScreenWhiteListRootId()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_packet_tools.cpp826 auto codeSearch = theMap.find(type); in CodeToStrByMap()
832 auto codeSearch = theMap.find(code); in CodeToStrByMap()
838 auto propCodeSearch = ObjectPropTypeMap.find(propCode); in GetObjectPropTypeByPropCode()
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_service_stub.cpp218 auto itFunc = playerFuncs_.find(code); in OnRemoteRequest()
889 size_t fdHeadPos = uri.find("fd://"); in SetMediaSource()
890 size_t fdTailPos = uri.find("?"); in SetMediaSource()
H A Dplayer_service_proxy.cpp92 auto itFunc = playerFuncs_.find(code); in SendRequest()
648 size_t fdHeadPos = uri.find("fd://"); in SetMediaSource()
649 size_t fdTailPos = uri.find("?"); in SetMediaSource()
/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H A Dplayer_server_mem.cpp239 if (url.find("fd://") != std::string::npos || url.find("file://") != std::string::npos) { in SetSource()
761 auto itSatetMap = stateMap_.find(GetCurrState().get()); in LocalResourceRelease()
762 CHECK_AND_RETURN_RET_LOG(itSatetMap != stateMap_.end(), MSERR_INVALID_OPERATION, "Not find correct stateMap"); in LocalResourceRelease()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp618 auto it = pointerActionMap.find(pointerAction_); in DumpPointerAction()
695 return (pressedButtons_.find(buttonId) != pressedButtons_.end()); in IsButtonPressed()
712 if (pressedButtons_.find(buttonId) != pressedButtons_.end()) { in DeleteReleaseButton()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp193 WS_HILOGD("find workid %{public}d in persisted map, ignore", work->GetWorkId()); in InitPreinstalledWork()
227 WS_HILOGI("find one persisted work %{public}d", workInfo->GetWorkId()); in ReadPersistedWorks()
995 auto iter = paramErrCodeMsgMap.find(ret); in DumpRunningWorks()
1132 return whitelist_.find(uid) != whitelist_.end(); in CheckEffiResApplyInfo()
1235 if (WORK_SCHED_NATIVE_OPERATE_CALLER.find(callingTokenInfo.processName) == WORK_SCHED_NATIVE_OPERATE_CALLER.end()) { in CheckProcessName()
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp91 auto pos = desc.find("IVpnStateCallback"); in ~IPCObjectProxy()
353 // we may find the same proxy that has been marked as dead. Thus, we need to check again. in WaitForInit()
705 ZLOGE(LABEL, "cannot find session for handle:%{public}u", handle_); in GetProtoInfo()
915 std::string::size_type pos = str.find("_"); in GetDBinderNegotiationData()
956 std::string::size_type pos = str.find("_"); in GetDBinderNegotiationData()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp851 if (localDataByOwner.find(key) == localDataByOwner.end()) { in FixLocalData()
886 NON_OHBASE_NEED_CLEAR_SVR_NAMES.find(res[NUM_2]) != NON_OHBASE_NEED_CLEAR_SVR_NAMES.end()) { in FixRemoteDataWhenPeerIsNonOH()
908 if (key.find(remoteUdid) != std::string::npos) { in FixRemoteDataWhenPeerIsOHBase()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_manager_test.cpp186 ASSERT_NE(callbackInfo.observers_.find(prefix), callbackInfo.observers_.end()); in HWTEST_F()
189 ASSERT_EQ(callbackInfo.observers_.find(prefix), callbackInfo.observers_.end()); in HWTEST_F()
677 ASSERT_NE(results.find("local"), results.end()); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_reference_sync_test.cpp364 EXPECT_EQ(data.find(CloudDbConstant::REFERENCE_FIELD), data.end()); in CheckCloudData()
367 ASSERT_NE(data.find(CloudDbConstant::REFERENCE_FIELD), data.end()); in CheckCloudData()
818 if (addTables.find(table) != addTables.end()) { in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_serialize_manager.cpp40 if (messageHandles_.find(inMsg->GetMessageId()) != messageHandles_.end()) { in Serialization()
87 if (messageHandles_.find(inMsg->GetMessageId()) != messageHandles_.end()) { in DeSerialization()
133 if (messageHandles_.find(inMsg->GetMessageId()) != messageHandles_.end()) { in CalculateLen()
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_client_udmf_delay_test.cpp674 auto item = itemData.find("SystemDefinedType"); in HWTEST_F()
714 auto item = itemData.find("openharmony.form"); in HWTEST_F()
798 auto item = itemData.find("applicationDefinedType"); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp437 auto obs = observers.find(option.event); in UnRegisteredObserver()
476 auto obs = observers.find(option.event); in UnRegisteredAllObserver()
626 if (rdbConfig.name.find(PATH_SPLIT) != std::string::npos) { in GetRealPath()
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_sync_napi.cpp79 auto it = find(value.uris_.begin(), value.uris_.end(), uri); in GetObserver()
97 auto it = std::find(result.second.uris_.begin(), result.second.uris_.end(), uri); in FindObserver()
423 if (sandboxPath.find("/data/storage/el2/cloud") != 0) {
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_helper.cpp137 auto iterator = cMap_.find(bundleName); in GetConnectInfo()
577 if (OHOS::FileManagement::LibN::errCodeTable.find(errCode) != in TranslateResult()
800 auto iterator = FILE_RESULT_TYPE.find(it.key()); in GetQueryColumns()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_entry.cpp319 if (gExtensionMap.find(procname) != gExtensionMap.end()) { in EglGetProcAddressImpl()
342 WLOGW("FindEglExtApi did not find an entry for %{public}s", procname); in EglGetProcAddressImpl()
1533 if (gEglWrapperMap.find(name) != gEglWrapperMap.end()) { in FindEglWrapperApi()
1537 WLOGW("FindEglWrapperApi did not find an entry for %{public}s", name.c_str()); in FindEglWrapperApi()
1543 if (gEglWrapperMap.find(name) != gEglWrapperMap.end()) { in CheckEglWrapperApi()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_test.cpp429 ASSERT_EQ(systemBarProperty1, systemBarProperties.find(WindowType::WINDOW_TYPE_STATUS_BAR)->second); in HWTEST_F()
430 ASSERT_EQ(systemBarProperty2, systemBarProperties.find(WindowType::WINDOW_TYPE_NAVIGATION_BAR)->second); in HWTEST_F()
431 ASSERT_EQ(systemBarProperties.end(), systemBarProperties.find(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW)); in HWTEST_F()
/kernel/linux/common_modules/tzdriver/core/
H A Dagent.c427 bool find = false; in free_event_control() local
433 find = true; in free_event_control()
439 if (!find) in free_event_control()
884 * We find the agent event_data aready in agent_list, it indicate agent in is_agent_already_exist()

Completed in 52 milliseconds

1...<<201202203204205206207208209210>>...294