Home
last modified time | relevance | path

Searched refs:GetProcessState (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/observer/
H A Duc_render_state_observer.cpp26 ProcessState GetProcessState(int32_t state) in GetProcessState() function
42 ProcessState procState = GetProcessState(renderStateData.state); in OnRenderStateChanged()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/app_manager_utils/
H A Dcamera_app_manager_client.h32 int32_t GetProcessState(int32_t pid);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/app_manager_utils/
H A Dcamera_app_manager_client.cpp50 int32_t CameraAppManagerClient::GetProcessState(int32_t pid) in GetProcessState() function in OHOS::CameraStandard::CameraAppManagerClient
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/process/include/
H A Dprocess_status.h43 ProcessState GetProcessState(int32_t pid);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dcontinuation_manager.cpp422 ContinuationManager::ProgressState ContinuationManager::GetProcessState() in GetProcessState() function in OHOS::AppExecFwk::ContinuationManager
450 continuationManager->GetProcessState()); in RestoreStateWhenTimeout()
451 if (preState == continuationManager->GetProcessState()) { in RestoreStateWhenTimeout()
H A Dcontinuation_manager_stage.cpp438 ContinuationManagerStage::ProgressState ContinuationManagerStage::GetProcessState() in GetProcessState() function in OHOS::AppExecFwk::ContinuationManagerStage
464 …eState = %{public}d, currentState = %{public}d", preState, continuationManager->GetProcessState()); in RestoreStateWhenTimeout()
465 if (preState == continuationManager->GetProcessState()) { in RestoreStateWhenTimeout()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_device_manager.cpp184 int32_t activeState = CameraAppManagerClient::GetInstance()->GetProcessState(pidOfActiveClient); in GetConflictDevices()
185 int32_t requestState = CameraAppManagerClient::GetInstance()->GetProcessState(pidOfOpenRequest); in GetConflictDevices()
/ohos5.0/base/hiviewdfx/hiview/plugins/plugin_build/
H A Dlibdfr.map6 "OHOS::HiviewDFX::UCollectUtil::ProcessStatus::GetProcessState(int)";
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/distributed/
H A Dcontinuation_manager.h91 ProgressState GetProcessState();
H A Dcontinuation_manager_stage.h187 ProgressState GetProcessState();
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp107 ProcessState procState = ProcessStatus::GetInstance().GetProcessState(pid); in IsForegroundStateInCollectionPeriod()
119 static_cast<int32_t>(ProcessStatus::GetInstance().GetProcessState(cpuCollectionInfo.pid)); in GetPowerProcessStateInCollectionPeriod()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/process/
H A Dprocess_status.cpp101 ProcessState ProcessStatus::GetProcessState(int32_t pid) in GetProcessState() function in OHOS::HiviewDFX::UCollectUtil::ProcessStatus
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dlibucollectionutility.map24 "OHOS::HiviewDFX::UCollectUtil::ProcessStatus::GetProcessState(int)";
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_detector_plugin.cpp154 …UCollectUtil::ProcessState state = UCollectUtil::ProcessStatus::GetInstance().GetProcessState(pid); in CheckForeGround()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp277 if (UCollectUtil::ProcessStatus::GetInstance().GetProcessState(info.pid) == in AddPublicInfo()
280 } else if (UCollectUtil::ProcessStatus::GetInstance().GetProcessState(info.pid) == in AddPublicInfo()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmemory_collector_impl.cpp324 memory.procState = ProcessStatus::GetInstance().GetProcessState(pid); in InitProcessMemory()
H A Dio_collector_impl.cpp539 ProcessState procState = ProcessStatus::GetInstance().GetProcessState(pid); in GetProcStateInCollectionPeriod()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dcontinuation_test.cpp2137 auto result = continuationManager_->GetProcessState();