Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dconnection_state_manager.h47 static std::string GetProcessNameByPid(int32_t pid);
/foundation/ability/ability_runtime/test/fuzztest/connectionstatemanager_fuzzer/
H A Dconnectionstatemanager_fuzzer.cpp194 connectionStateManager->GetProcessNameByPid(int32Param); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_record.cpp297 callerName_ = ConnectionStateManager::GetProcessNameByPid(callerPid_); in AttachCallerInfo()
H A Dconnection_state_manager.cpp46 std::string ConnectionStateManager::GetProcessNameByPid(int32_t pid) in GetProcessNameByPid() function in OHOS::AAFwk::ConnectionStateManager
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_dumper.cpp57 static std::string GetProcessNameByPid(int32_t pid) in GetProcessNameByPid() function
199 << " [" << GetProcessNameByPid(pid) << "]"<< std::endl; in DumpFreezedPidList()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.h208 static const char* GetProcessNameByPid(int pid);
/foundation/ability/ability_runtime/services/abilitymgr/src/data_ability/
H A Ddata_ability_manager.cpp690 caller.callerName = ConnectionStateManager::GetProcessNameByPid(caller.callerPid); in ReportDataAbilityAcquired()

Completed in 7 milliseconds