Home
last modified time | relevance | path

Searched refs:GetAppPid (Results 1 - 7 of 7) sorted by relevance

/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H A Dapp_info.cpp76 int AppInfo::GetAppPid() in GetAppPid() function in OHOS::RME::AppInfo
H A Dintellisense_server.cpp149 if (iter->GetAppPid() != pid) { in NewBackground()
179 if (iter->GetAppPid() == pid) { in NewDiedProcess()
195 if (iter->GetAppPid() == pid) { in GetRecordOfPid()
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/
H A Dapp_info.h59 int GetAppPid();
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Daudio_volume.h79 int32_t GetAppPid() {return appPid_;}; in GetAppPid() function in OHOS::AudioStandard::StreamVolume
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_volume.cpp348 AppendFormat(dumpString, " appPid: %d ", streamVolume.GetAppPid()); in Dump()
371 bean->Add("APP_PID", streamVolume->second.GetAppPid()); in Monitor()
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.h200 int32_t GetAppPid();
H A Dscreen_capture_server.cpp2582 if (audioSource_ && audioSource_->GetAppPid() > 0) { // DataType::CAPTURE_FILE in StopScreenCaptureInner()
2583 audioSource_->UnregisterAudioRendererEventListener(audioSource_->GetAppPid()); in StopScreenCaptureInner()
2959 int32_t AudioDataSource::GetAppPid() in GetAppPid() function in OHOS::Media::AudioDataSource

Completed in 9 milliseconds