Home
last modified time | relevance | path

Searched refs:end (Results 12326 - 12350 of 19038) sorted by relevance

1...<<491492493494495496497498499500>>...762

/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/entry/src/main/cpp/samples/
H A Dsample_xcomponent.cpp257 if (g_displaySync.find(id) == g_displaySync.end()) { in ExecuteDisplaySoloist()
491 if (g_instance.find(id) == g_instance.end()) { in GetInstance()
/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c338 char *end = src + strlen(src); in ExpandStr() local
339 for (copyCur = searchCur = src; ok && searchCur < end;) { in ExpandStr()
353 *defVal = 0; // cut for name end in ExpandStr()
/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_stub.cpp98 if (std::find(systemCodeList.begin(), systemCodeList.end(), code) != systemCodeList.end() && in OnRemoteRequest()
H A Ddevice_policies_storage_rdb.cpp168 if (iter == adminPolicies.end()) { in PraseAdminPolicies()
181 if (iter == policyAdmins.end()) { in PrasePolicyAdmins()
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
H A Dsignal_handler_test.cpp73 if (iter != sigKey.end()) { in CheckThreadCrashKeyWords()
101 if (iter != sigKey.end()) { in CheckCrashKeyWords()
160 GTEST_LOG_(INFO) << "SignalHandlerTest001: end."; in HWTEST_F()
187 GTEST_LOG_(INFO) << "SignalHandlerTest002: end."; in HWTEST_F()
214 GTEST_LOG_(INFO) << "SignalHandlerTest003: end."; in HWTEST_F()
237 GTEST_LOG_(INFO) << "SignalHandlerTest004: end."; in HWTEST_F()
260 GTEST_LOG_(INFO) << "SignalHandlerTest005: end."; in HWTEST_F()
283 GTEST_LOG_(INFO) << "SignalHandlerTest006: end."; in HWTEST_F()
317 GTEST_LOG_(INFO) << "SignalHandlerTest007: end."; in HWTEST_F()
368 GTEST_LOG_(INFO) << "SignalHandlerTest008: end in HWTEST_F()
[all...]
/base/location/frameworks/cj/source/
H A Dgeolocationmanager_utils.cpp59 for (auto it = map.begin(); it != map.end(); ++it) { in MapToCMapStringString()
147 for (auto iter = replyList.begin(); iter != replyList.end(); ++iter) { in ListGeoAddressToCJGeoAddressArr()
/base/hiviewdfx/hiview/base/event_publish/
H A Devent_publish.cpp267 if (OS_EVENT_POS_INFOS.find(eventName) == OS_EVENT_POS_INFOS.end()) { in CheckAppListenedEvents()
405 if (immediateEvents.find(eventName) != immediateEvents.end()) { in PushEvent()
/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp103 if (iter != countryCodeCallbacksMap_.end()) { in UnregisterCountryCodeCallback()
245 transform(countryCodeStr8.begin(), countryCodeStr8.end(), countryCodeStr8.begin(), ::toupper); in GetIsoCountryCode()
/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_service.cpp313 mockInfo_.assign(mockInfo.begin(), mockInfo.end()); in SetReverseGeocodingMockInfo()
374 std::transform(args.begin(), args.end(), std::back_inserter(vecArgs), [](const std::u16string &arg) { in Dump()
/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_cpu_service.cpp160 DUMPER_HILOGD(MODULE_CPU_SERVICE, "GetCpuUsageByPid end, pid = %{public}d, cpuUsage = %{public}f", pid, cpuUsage); in GetCpuUsageByPid()
307 DUMPER_HILOGD(MODULE_CPU_SERVICE, "start:%{public}s, end:%{public}s", startTime.c_str(), endTime.c_str()); in CreateDumpTimeString()
345 sortedInfos.assign(curProcs_.begin(), curProcs_.end()); in DumpProcInfo()
346 std::sort(sortedInfos.begin(), sortedInfos.end(), SortProcInfo); in DumpProcInfo()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_js.cpp178 if (iter == listeners.end()) { in RemoveWatcher()
242 if (iter != queriers.end()) { in Query()
/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_query.cpp410 return eventRecords_.end(); in Next()
415 if (iter_ == eventRecords_.end()) { in Next()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_utils.cpp67 if (CODE_MAP.find(ret) == CODE_MAP.end()) { in TransCodeToUcError()
116 if (myFiles.find(fileInfo.st_mtime) != myFiles.end()) { in DoClean()
/base/inputmethod/imf/common/src/
H A Ditypes_util.cpp472 if (!Marshal(data, input.start, input.end)) { in Marshalling()
481 if (!Unmarshal(data, output.start, output.end)) { in Unmarshalling()
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
H A Dbacktrace_local_test.cpp112 GTEST_LOG_(INFO) << "BacktraceLocalTest001: end."; in HWTEST_F()
166 GTEST_LOG_(INFO) << "BacktraceLocalTest003: end."; in HWTEST_F()
198 GTEST_LOG_(INFO) << "BacktraceLocalTest004: end."; in HWTEST_F()
232 GTEST_LOG_(INFO) << "BacktraceLocalTest005: end."; in HWTEST_F()
249 GTEST_LOG_(INFO) << "BacktraceLocalTest006: end."; in HWTEST_F()
278 GTEST_LOG_(INFO) << "BacktraceLocalTest007: end."; in HWTEST_F()
304 GTEST_LOG_(INFO) << "BacktraceLocalTest008: end."; in HWTEST_F()
330 GTEST_LOG_(INFO) << "BacktraceLocalTest009: end."; in HWTEST_F()
345 int end = frame.find("#01"); in HWTEST_F() local
346 std::string str = frame.substr(start, end in HWTEST_F()
[all...]
/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp98 ret.erase(std::remove_if(ret.begin(), ret.end(), IsFileNameFormat), ret.end()); in GetSelfProcName()
402 } // end of HiviewDFX
403 } // end of OHO
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_associated_data_test.cpp101 GTEST_LOG_(INFO) << "ClearDataStorage end, accounts.size =" << accounts.size(); in ClearDataStorage()
371 if ((it == AppAccountControlManager::GetInstance().associatedDataCache_.end()) in HWMTEST_F()
410 if ((it == AppAccountControlManager::GetInstance().associatedDataCache_.end()) in HWMTEST_F()
/base/account/os_account/services/accountmgr/src/
H A Dohos_account_data_deal.cpp244 if (it != jsonData.end()) { in ParseJsonFromFile()
261 const auto &jsonObjectEnd = jsonData.end(); in GetAccountInfoFromJson()
H A Daccount_stub.cpp334 if (WHITE_LIST.find(uid) == WHITE_LIST.end()) { in CmdGetOhosAccountInfoByUserId()
511 if (itFunc == stubFuncMap_.end()) { in OnRemoteRequest()
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/mock/src/
H A Denterprise_device_mgr_stub_mock.cpp259 std::for_each(usbDeviceIds.begin(), usbDeviceIds.end(), [&](const auto usbDeviceId) { in InvokeAllowedUsbDevicesSendRequestGetPolicy()
280 std::for_each(usbDeviceTypes.begin(), usbDeviceTypes.end(), [&](const auto usbDeviceType) { in InvokeDisallowedUsbDevicesSendRequestGetPolicy()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddwarf_section.cpp128 DFXLOGU("pc: %{public}p, FDE start: %{public}p, end: %{public}p", in Step()
206 if (iter != fdeEntries_.end()) { in ParseFde()
271 if (iter != cieEntries_.end()) { in ParseCie()
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Drunning_lock_test.cpp55 POWER_HILOGD(LABEL_TEST, "RunningLockTest001 end"); in HWTEST_F()
128 POWER_HILOGD(LABEL_TEST, "RunningLockTest003 end"); in HWTEST_F()
167 POWER_HILOGD(LABEL_TEST, "RunningLockTest004 end"); in HWTEST_F()
191 POWER_HILOGD(LABEL_TEST, "RunningLockTest005 end"); in HWTEST_F()
220 POWER_HILOGD(LABEL_TEST, "RunningLockTest006 end"); in HWTEST_F()
250 POWER_HILOGD(LABEL_TEST, "RunningLockTest007 end"); in HWTEST_F()
274 POWER_HILOGD(LABEL_TEST, "RunningLockTest008 end"); in HWTEST_F()
307 POWER_HILOGD(LABEL_TEST, "RunningLockTest009 end"); in HWTEST_F()
324 POWER_HILOGD(LABEL_TEST, "RunningLockTest010 end"); in HWTEST_F()
343 POWER_HILOGD(LABEL_TEST, "RunningLockTest011 end"); in HWTEST_F()
[all...]
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dnapi_scan_utils.cpp317 std::copy(properties.begin(), properties.end(), descriptors); in DefineProperties()
325 std::transform(res.begin(), res.end(), res.begin(), tolower); in ToLower()
/base/print/print_fwk/services/print_service/src/
H A Dvendor_manager.cpp138 if (iter == vendorMap.end()) { in UnloadVendorDriver()
362 if (iter == vendorMap.end()) { in FindDriverByVendorName()
/base/powermgr/power_manager/services/native/src/
H A Dpower_mode_module.cpp303 auto it = find(callbacks_.begin(), callbacks_.end(), object); in RemoveCallback()
304 if (it != callbacks_.end()) { in RemoveCallback()
375 POWER_HILOGD(FEATURE_POWER_MODE, "Publish power mode module event end"); in PublishPowerModeEvent()

Completed in 29 milliseconds

1...<<491492493494495496497498499500>>...762