Home
last modified time | relevance | path

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

/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
Dsystem_ability_event_handler.h22 struct ProcessInfo { struct
44 const ProcessInfo& processInfo, ProcessStateEvent event); argument
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
Dfile_utils.h33 struct ProcessInfo { struct
34 int pid;
35 std::string name;
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
Dprocess_info.cpp23 ProcessInfo::ProcessInfo(const std::string &name, const pid_t &pid) : processName_(name), pid_(pid) in ProcessInfo() function in OHOS::AppExecFwk::ProcessInfo
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
Ddm_device_info.h365 typedef struct ProcessInfo { struct
369 bool operator==(const ProcessInfo &other) const argument
379 } ProcessInfo; typedef
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
Dsystem_ability_mgr_test.cpp2224 SystemProcessInfo ProcessInfo; variable
2239 SystemProcessInfo ProcessInfo; variable