Home
last modified time | relevance | path

Searched defs:ProcessInfo (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/process/include/
H A Dprocess_status.h34 struct ProcessInfo { struct
58 /* map<pid, ProcessInfo> */ argument
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_event_handler.h22 struct ProcessInfo { struct
44 const ProcessInfo& processInfo, ProcessStateEvent event); argument
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dfile_utils.h33 struct ProcessInfo { struct
34 int pid;
35 std::string name;
/ohos5.0/base/security/asset/services/common/src/
H A Dprocess_info.rs98 pub struct ProcessInfo { struct
109 pub process_info_detail: ProcessInfoDetail, argument
112 impl ProcessInfo { implementation
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-app-processInfo.md1 # ProcessInfo chapter
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-app-processInfo.md1 # ProcessInfo chapter
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dprocess_info.cpp23 ProcessInfo::ProcessInfo(const std::string &name, const pid_t &pid) : processName_(name), pid_(pid) in ProcessInfo() function in OHOS::AppExecFwk::ProcessInfo
/ohos5.0/base/security/asset/services/os_dependency/inc/
H A Dbms_wrapper.h50 } ProcessInfo; typedef
/ohos5.0/base/security/asset/services/core_service/src/
H A Dstub.rs63 fn on_app_request(process_info: &ProcessInfo, calling_info: &CallingInfo) -> Result<()> { in on_app_request()
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/include/
H A Dapp_event_handler.h32 struct ProcessInfo { struct
49 struct AppLaunchInfo : public BundleInfo, public ProcessInfo { argument
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_test.cpp2224 SystemProcessInfo ProcessInfo; variable
2239 SystemProcessInfo ProcessInfo; variable