Home
last modified time | relevance | path

Searched defs:AppInfo (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/request/request/services/src/task/
H A Dbundle.rs17 struct AppInfo { struct
18 ret: bool,
19 index: i32,
20 name: String,
25 fn GetNameAndIndex(uid: i32) -> AppInfo; in GetNameAndIndex()
/ohos5.0/base/theme/screenlock_mgr/utils/include/
H A Dscreenlock_appinfo.h23 struct AppInfo { struct
32 static bool GetAppInfoByToken(std::uint32_t tokenId, AppInfo &appInfo); argument
/ohos5.0/base/msdp/device_status/services/native/include/
H A Ddevicestatus_dumper.h39 struct AppInfo { struct
60 void SaveAppInfo(std::shared_ptr<AppInfo> appInfo); argument
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h75 struct AppInfo { struct
94 virtual void OnAppStateChanged(const AppInfo &info) = 0; argument
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/include/
H A Dappfreeze_manager.h38 struct AppInfo { struct
39 int pid;
40 int uid;
41 std::string bundleName;
42 std::string processName;
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/include/
H A Dservice_info.h37 struct AppInfo : public Parcelable { struct
45 static AppInfo *Unmarshalling(Parcel &parcel); argument
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/anr_manager/include/
H A Danr_manager.h49 struct AppInfo { struct
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dcloud_service.rs210 pub fn get_app_info(&self) -> &HashMap<String, AppInfo> { in get_app_info() argument
217 pub struct AppInfo { struct
224 impl From<&ipc_conn::AppInfo> for AppInfo { implementation
235 impl AppInfo { implementation
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h59 struct AppInfo { struct
60 std::string bundleName = "com.pasteboard.default";
61 int32_t tokenType = -1;
62 int32_t userId = ERROR_USERID;
63 uint32_t tokenId;
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/include/
H A Dapp_info.h28 } AppInfo; typedef
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/client/
H A Dability_thread_client.h33 } AppInfo; typedef
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dapplication_env_impl.h34 } AppInfo; typedef
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H A Dapp_info.cpp20 AppInfo::AppInfo(int pid, int uid) in AppInfo() function in OHOS::RME::AppInfo
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dmod.rs83 AppInfo = 38, enumerator
H A Dbasic_rust_types.rs62 AppInfo(Vec<cloud_service::AppInfo>), enumerator
77 AppInfo(HashMap<String, cloud_service::AppInfo>), enumerator
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_app_info.h133 } AppInfo; typedef
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dconnect.rs574 pub(crate) struct AppInfo { struct
581 impl Deserialize for AppInfo { implementation
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_info.h598 struct AppInfo { struct