Home
last modified time | relevance | path

Searched refs:isNeedUpdate (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dcpu_decorator.cpp35 CollectResult<SysCpuUsage> CpuDecorator::CollectSysCpuUsage(bool isNeedUpdate) in CollectSysCpuUsage() argument
41 auto task = [this, &isNeedUpdate] { return cpuCollector_->CollectSysCpuUsage(isNeedUpdate); }; in CollectSysCpuUsage()
55 …tResult<ProcessCpuStatInfo> CpuDecorator::CollectProcessCpuStatInfo(int32_t pid, bool isNeedUpdate) in CollectProcessCpuStatInfo() argument
61 …auto task = [this, &pid, &isNeedUpdate] { return cpuCollector_->CollectProcessCpuStatInfo(pid, isN… in CollectProcessCpuStatInfo()
75 …Result<std::vector<ProcessCpuStatInfo>> CpuDecorator::CollectProcessCpuStatInfos(bool isNeedUpdate) in CollectProcessCpuStatInfos() argument
81 …auto task = [this, &isNeedUpdate] { return cpuCollector_->CollectProcessCpuStatInfos(isNeedUpdate)… in CollectProcessCpuStatInfos()
90 …llectResult<std::vector<ThreadCpuStatInfo>> CpuDecorator::CollectThreadStatInfos(bool isNeedUpdate) in CollectThreadStatInfos() argument
96 …auto task = [this, &isNeedUpdate] { return threadCpuCollector_->CollectThreadStatInfos(isNeedUpdat… in CollectThreadStatInfos()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dcpu_collector_impl.cpp64 CollectResult<SysCpuUsage> CpuCollectorImpl::CollectSysCpuUsage(bool isNeedUpdate) in CollectSysCpuUsage() argument
67 return usageCollector_->CollectSysCpuUsage(isNeedUpdate); in CollectSysCpuUsage()
94 …lt<std::vector<ProcessCpuStatInfo>> CpuCollectorImpl::CollectProcessCpuStatInfos(bool isNeedUpdate) in CollectProcessCpuStatInfos() argument
97 return statInfoCollector_->CollectProcessCpuStatInfos(isNeedUpdate); in CollectProcessCpuStatInfos()
103 …ult<ProcessCpuStatInfo> CpuCollectorImpl::CollectProcessCpuStatInfo(int32_t pid, bool isNeedUpdate) in CollectProcessCpuStatInfo() argument
106 return statInfoCollector_->CollectProcessCpuStatInfo(pid, isNeedUpdate); in CollectProcessCpuStatInfo()
H A Dprocess_state_info_collector.cpp90 bool isNeedUpdate) in CollectProcessCpuStatInfos() argument
99 CalculateProcessCpuStatInfos(cpuCollectResult.data, processCpuData, isNeedUpdate); in CollectProcessCpuStatInfos()
101 cpuCollectResult.data.size(), isNeedUpdate); in CollectProcessCpuStatInfos()
112 bool isNeedUpdate) in CalculateProcessCpuStatInfos() argument
124 if (isNeedUpdate) { in CalculateProcessCpuStatInfos()
130 if (isNeedUpdate) { in CalculateProcessCpuStatInfos()
195 …essCpuStatInfo> ProcessStatInfoCollector::CollectProcessCpuStatInfo(int32_t pid, bool isNeedUpdate) in CollectProcessCpuStatInfo() argument
220 if (isNeedUpdate) { in CollectProcessCpuStatInfo()
H A Dthread_state_info_collector.cpp113 …std::vector<ThreadCpuStatInfo>> ThreadStateInfoCollector::CollectThreadStatInfos(bool isNeedUpdate) in CollectThreadStatInfos() argument
121 CalculateThreadCpuStatInfos(threadCollectResult.data, threadCpuData, isNeedUpdate); in CollectThreadStatInfos()
123 threadCollectResult.data.size(), isNeedUpdate); in CollectThreadStatInfos()
149 bool isNeedUpdate) in CalculateThreadCpuStatInfos() argument
161 if (isNeedUpdate) { in CalculateThreadCpuStatInfos()
167 if (isNeedUpdate) { in CalculateThreadCpuStatInfos()
H A Dsys_cpu_usage_collector.cpp31 CollectResult<SysCpuUsage> SysCpuUsageCollector::CollectSysCpuUsage(bool isNeedUpdate) in CollectSysCpuUsage() argument
43 if (isNeedUpdate) { in CollectSysCpuUsage()
48 sysCpuUsage.cpuInfos.size(), isNeedUpdate); in CollectSysCpuUsage()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dcpu_collector.h29 …virtual CollectResult<std::vector<ThreadCpuStatInfo>> CollectThreadStatInfos(bool isNeedUpdate = f…
41 virtual CollectResult<SysCpuUsage> CollectSysCpuUsage(bool isNeedUpdate = false) = 0;
45 bool isNeedUpdate = false) = 0;
47 bool isNeedUpdate = false) = 0;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dcpu_decorator.h34 virtual CollectResult<SysCpuUsage> CollectSysCpuUsage(bool isNeedUpdate = false) override;
37 bool isNeedUpdate = false) override;
40 bool isNeedUpdate = false) override;
42 …virtual CollectResult<std::vector<ThreadCpuStatInfo>> CollectThreadStatInfos(bool isNeedUpdate = f…
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dcpu_collector_impl.h40 virtual CollectResult<SysCpuUsage> CollectSysCpuUsage(bool isNeedUpdate = false) override;
43 bool isNeedUpdate = false) override;
46 bool isNeedUpdate = false) override;
H A Dprocess_state_info_collector.h49 bool isNeedUpdate = false);
51 bool isNeedUpdate = false);
64 bool isNeedUpdate);
H A Dthread_state_info_collector.h46 … CollectResult<std::vector<ThreadCpuStatInfo>> CollectThreadStatInfos(bool isNeedUpdate) override;
56 std::shared_ptr<ThreadCpuData> ThreadCpuData, bool isNeedUpdate);
H A Dsys_cpu_usage_collector.h34 CollectResult<SysCpuUsage> CollectSysCpuUsage(bool isNeedUpdate = false);
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/
H A Defilter_metainfo_negotiate.h32 void SetNeedUpdate(bool isNeedUpdate) in SetNeedUpdate() argument
34 isNeedUpdate_ = isNeedUpdate; in SetNeedUpdate()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dikvdb_multi_ver_data_storage.h36 bool isNeedUpdate = false; member
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Dicapture_session.h72 … int32_t SetColorSpace(ColorSpace colorSpace, ColorSpace captureColorSpace, bool isNeedUpdate) = 0;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhcapture_session_proxy.h60 …int32_t SetColorSpace(ColorSpace colorSpace, ColorSpace captureColorSpace, bool isNeedUpdate) over…
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dsandbox_json_manager.cpp340 bool isNeedUpdate = false; in RemoveRetentionInfoByUserId() local
359 isNeedUpdate = true; in RemoveRetentionInfoByUserId()
361 if (!isNeedUpdate) { in RemoveRetentionInfoByUserId()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcapture_session_stub.cpp231 bool isNeedUpdate = data.ReadBool(); in HandleSetColorSpace() local
232 return SetColorSpace(colorSpace, colorSpaceForCapture, isNeedUpdate); in HandleSetColorSpace()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcapture_session_proxy.cpp279 …SessionProxy::SetColorSpace(ColorSpace colorSpace, ColorSpace captureColorSpace, bool isNeedUpdate) in SetColorSpace() argument
288 data.WriteBool(isNeedUpdate); in SetColorSpace()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_data_storage.cpp184 if (multiVerTimestamp.isNeedUpdate) { in CommitWritePhaseOne()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp998 …ptureSession::SetColorSpace(ColorSpace colorSpace, ColorSpace captureColorSpace, bool isNeedUpdate) in SetColorSpace() argument
1004 …[&result, this, &colorSpace, &captureColorSpace, &isNeedUpdate](CaptureSessionState currentState) { in SetColorSpace()
1017 if (isNeedUpdate) { in SetColorSpace()
1029 currColorSpace_, captureColorSpace, isNeedUpdate); in SetColorSpace()
1032 if (isNeedUpdate) { in SetColorSpace()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h249 …int32_t SetColorSpace(ColorSpace colorSpace, ColorSpace captureColorSpace, bool isNeedUpdate) over…
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp849 …auto isNeedUpdate = !(key == VIDEO_SINK_FILTER_STATUS) || !(values[0] == VIDEO_SINK_FILTER_STATUS); in CopyMetaData() local
850 impl_->effectContext_->metaInfoNegotiate_->SetNeedUpdate(isNeedUpdate); in CopyMetaData()
/ohos5.0/docs/en/application-dev/dfx/
H A Dhilog.md214 …or: CollectProcessCpuStatInfos: collect process cpu statistics information size=234, isNeedUpdate=1
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhilog.md380 …or: CollectProcessCpuStatInfos: collect process cpu statistics information size=234, isNeedUpdate=1
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp8651 bool isNeedUpdate = true; in NotifyAINavigationBarShowStatus() local
8654 isNeedUpdate = isAINavigationBarVisible_ != isVisible || in NotifyAINavigationBarShowStatus()
8657 if (isNeedUpdate) { in NotifyAINavigationBarShowStatus()
8662 if (isNeedUpdate && !isVisible && !barArea.IsEmpty()) { in NotifyAINavigationBarShowStatus()
8667 if (isNeedUpdate) { in NotifyAINavigationBarShowStatus()

12