Home
last modified time | relevance | path

Searched refs:end (Results 10526 - 10550 of 14124) sorted by relevance

1...<<421422423424425426427428429430>>...565

/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp516 if (it == mapSettingCodeToSettingType.end()) { in ReportTouchpadSettingState()
540 if (it == mapSettingCodeToSettingType.end()) { in ReportTouchpadSettingState()
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp133 auto iter = std::find(ALL_EVENT_TYPES.begin(), ALL_EVENT_TYPES.end(), static_cast<int32_t>(type)); in HandleEvent()
134 if (iter != ALL_EVENT_TYPES.end()) { in HandleEvent()
544 MMI_HILOGI("Prepare to send a axis-end event"); in HandleGestureEvent()
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouchpad_transform_processor.cpp713 if (pointerMaps.find(seatSlot) != pointerMaps.end()) { in CanAddToPointerMaps()
726 if (pointerMaps.find(seatSlot) != pointerMaps.end()) { in CanUnsetPointerItem()
/foundation/multimodalinput/input/tools/vuinput/src/
H A Dvirtual_device.cpp103 bool result = std::any_of(validFileNames.begin(), validFileNames.end(), [deviceName](const std::string& str) { in CheckFileName()
594 if (mapFun.find(deviceArgv) == mapFun.end()) { in CreateHandle()
/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/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dlocal_ability_manager_stub_test.cpp91 DTEST_LOG << "OnRemoteRequest001 end" << std::endl; in HWTEST_F()
113 DTEST_LOG << "OnRemoteRequest002 end" << std::endl; in HWTEST_F()
135 DTEST_LOG << "OnRemoteRequest003 end" << std::endl; in HWTEST_F()
158 DTEST_LOG << "OnRemoteRequest004 end" << std::endl; in HWTEST_F()
183 DTEST_LOG << "OnRemoteRequest005 end" << std::endl; in HWTEST_F()
204 EXPECT_NE(iter, LocalAbilityManager::GetInstance().memberFuncMap_.end()); in HWTEST_F()
205 DTEST_LOG << "OnRemoteRequest006 end" << std::endl; in HWTEST_F()
226 EXPECT_EQ(iter, LocalAbilityManager::GetInstance().memberFuncMap_.end()); in HWTEST_F()
227 DTEST_LOG << "OnRemoteRequest007 end" << std::endl; in HWTEST_F()
244 DTEST_LOG << "StartAbilityInner001 end" << st in HWTEST_F()
[all...]
/foundation/communication/netmanager_base/services/netpolicymanager/src/stub/
H A Dnet_policy_service_stub.cpp152 if (itFunc != memberFuncMap_.end()) { in OnRemoteRequest()
167 NETMGR_LOG_D("stub call end, code = [%{public}d], ret = [%{public}d]", code, result); in OnRemoteRequest()
189 if (g_codeNPS.find(code) != g_codeNPS.end()) { in CheckPolicyPermission()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_diag_wrapper.cpp354 trimmed.erase(std::remove_if(trimmed.begin(), trimmed.end(), [](unsigned char chr) { return std::isspace(chr); }), in IsBlankLine()
355 trimmed.end()); in IsBlankLine()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp269 for (auto it = registerConnTupleList_.begin(); it != registerConnTupleList_.end(); ++it) { in UnregisterNetConnCallback()
373 for (iter = netIdList.begin(); iter != netIdList.end(); ++iter) { in GetAllNets()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_enabled_state.cpp274 if (iter == mProcessFunMap.end()) { in ExecuteStateMsg()
548 for (auto iter = list.begin(); iter != list.end(); ++iter) { in ProcessServiceDiscRspEvt()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp225 if (std::find(aclAndSubscribeFuncs_.begin(), aclAndSubscribeFuncs_.end(), code) != in OnRemoteRequest()
226 aclAndSubscribeFuncs_.end()) { in OnRemoteRequest()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Drouting_manager.cpp679 mRxDataBuffer.insert(mRxDataBuffer.end(), &data[0], &data[dataLen]); in DoNfaCeDataEvt()
685 mRxDataBuffer.insert(mRxDataBuffer.end(), &data[0], &data[dataLen]); in DoNfaCeDataEvt()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_stub.cpp136 if (iter == handleFuncMap.end()) { in OnRemoteRequest()
232 transform(countryCode.begin(), countryCode.end(), countryCode.begin(), ::toupper); in CheckHostspot160MCountryCode()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service.cpp173 if (std::find(sta_candidate_trust_list.begin(), sta_candidate_trust_list.end(), packageName) in IsAppInCandidateFilterList()
174 != sta_candidate_trust_list.end()) { in IsAppInCandidateFilterList()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_register_observer_test.cpp78 entry.key.assign(key.begin(), key.end()); in TransferStrToKyEntry()
80 entry.value.assign(value.begin(), value.end()); in TransferStrToKyEntry()
734 * from the remote end without specifying the key. in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_multi_user_test.cpp471 std::vector<uint8_t> label(g_identifier.begin(), g_identifier.end()); in HWTEST_F()
543 std::vector<uint8_t> label(g_identifier.begin(), g_identifier.end()); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp241 #endif // end of RELEASE_MODE_V3 in TransferNbOptionType()
515 if (!dataFile.seekg(0, std::fstream::end)) { in ModifyDatabaseFile()
682 string realString(realValue.begin(), realValue.end()); in CheckNbRecord()
/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp118 for (auto iter = records.begin(); iter != records.end(); iter++) { in OnChange()
882 for (;iter1 != map.end(); ++iter1, ++iter2) { in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp153 if (FILE_TYPES.find(type) != FILE_TYPES.end()) { in AddFileUriTypeIfContains()
226 std::vector<std::string> typeLabels {types.begin(), types.end()}; in OH_UdmfRecord_GetTypes()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_utils.cpp98 if (it == convert2URecordMap_.end()) { in Convert()
121 if (it == convert2PRecordMap_.end()) { in Convert()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pasteboard.cpp42 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "end."); in CreateHtmlRecord()
57 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "end."); in CreatePlainTextRecord()
72 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "end."); in CreateUriRecord()
86 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "end."); in CreatePixelMapRecord()
101 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "end."); in CreateWantRecord()
132 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "end."); in CreateHtmlData()
146 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "end."); in CreatePlainTextData()
160 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "end."); in CreateUriData()
181 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "end."); in CreatePixelMapData()
202 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "end in CreateWantData()
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp544 for (auto it = details_.begin(); it != details_.end();) { in ConfigLocale()
713 for (auto it = details_.begin(); it != details_.end();) { in RelDetails()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Dcache_result_set_test.cpp86 EXPECT_EQ(std::set<std::string>(columnNamesTmp.begin(), columnNamesTmp.end()), columnNames); in HWTEST_F()
595 * @tc.desc: Normal testCase for CacheResultSet, is it at the end
683 EXPECT_EQ(std::set<std::string>(columnNamesTmp.begin(), columnNamesTmp.end()), columnNames); in HWTEST_F()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/
H A Drandomaccessfile_n_exporter.cpp455 if (rafEntity->end >= 0 && streamName == READ_STREAM_CLASS) { in CreateStream()
456 options.AddProp("end", NVal::CreateInt64(env, rafEntity->end).val_); in CreateStream()
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_incremental.cpp93 if (it == backupExtMutexMap_.end()) { in GetExtensionMutex()
106 if (it == backupExtMutexMap_.end()) { in RemoveExtensionMutex()
674 HILOGI("end SetCurrentBackupSessProperties"); in SetCurrentBackupSessProperties()

Completed in 37 milliseconds

1...<<421422423424425426427428429430>>...565