/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/observer/ |
H A D | uc_render_state_observer.cpp | 26 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 D | camera_app_manager_client.h | 32 int32_t GetProcessState(int32_t pid);
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/app_manager_utils/ |
H A D | camera_app_manager_client.cpp | 50 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 D | process_status.h | 43 ProcessState GetProcessState(int32_t pid);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/ |
H A D | continuation_manager.cpp | 422 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 D | continuation_manager_stage.cpp | 438 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 D | hcamera_device_manager.cpp | 184 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 D | libdfr.map | 6 "OHOS::HiviewDFX::UCollectUtil::ProcessStatus::GetProcessState(int)";
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/distributed/ |
H A D | continuation_manager.h | 91 ProgressState GetProcessState();
|
H A D | continuation_manager_stage.h | 187 ProgressState GetProcessState();
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/ |
H A D | cpu_storage.cpp | 107 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 D | process_status.cpp | 101 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 D | libucollectionutility.map | 24 "OHOS::HiviewDFX::UCollectUtil::ProcessStatus::GetProcessState(int)";
|
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | freeze_detector_plugin.cpp | 154 …UCollectUtil::ProcessState state = UCollectUtil::ProcessStatus::GetInstance().GetProcessState(pid); in CheckForeGround()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlogger.cpp | 277 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 D | memory_collector_impl.cpp | 324 memory.procState = ProcessStatus::GetInstance().GetProcessState(pid); in InitProcessMemory()
|
H A D | io_collector_impl.cpp | 539 ProcessState procState = ProcessStatus::GetInstance().GetProcessState(pid); in GetProcStateInCollectionPeriod()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | continuation_test.cpp | 2137 auto result = continuationManager_->GetProcessState();
|