Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/include/
H A Decological_rule_mgr_service_param.h36 struct CallerInfo : public Parcelable { struct
37 enum {
65 static CallerInfo *Unmarshalling(Parcel &parcel); argument
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Dcaller_info.h32 struct CallerInfo { struct
33 int32_t uid = -1;
34 int32_t pid = -1;
35 int32_t callerType = CALLER_TYPE_NONE;
36 std::string sourceDeviceId;
37 int32_t duid = -1;
38 std::string callerAppId;
39 std::vector<std::string> bundleNames;
40 int32_t dmsVersion = -1;
41 uint32_t accessToken = 0;
[all …]
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dcaller_info.h29 struct CallerInfo : public Parcelable { struct
38 static CallerInfo *Unmarshalling(Parcel &parcel); argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/dfx/
H A Dhiview_adapter.h25 struct CallerInfo { struct
33 CallerInfo(uint64_t tokenId, uint64_t uid, uint64_t pid, uint64_t time, uint32_t id) in CallerInfo() argument
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.h144 struct CallerInfo { struct
145 pid_t pid = -1;
146 uid_t uid = 0;
147 std::string processName;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/dfx/
H A Dcamera_report_uitls.h96 struct CallerInfo { struct
105 CallerInfo caller; argument
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_ecological_rule_service.h26 using CallerInfo = OHOS::AppExecFwk::FormErmsCallerInfo; variable
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_ecological_rule_interface.h32 using CallerInfo = OHOS::AppExecFwk::FormErmsCallerInfo; variable
/ohos5.0/foundation/ability/dmsfwk_lite/interfaces/innerkits/
H A Ddmsfwk_interface.h64 } CallerInfo; typedef
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_state_item.cpp202 class CallerInfo : public std::enable_shared_from_this<CallerInfo> { class in OHOS::AAFwk::ConnectedDataAbility
204 CallerInfo(bool isNotHap, int32_t callerPid, const sptr<IRemoteObject> &callerToken) in CallerInfo() function in OHOS::AAFwk::ConnectedDataAbility::CallerInfo
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.h322 struct CallerInfo { struct
323 int32_t pid = -1;
324 std::string processName;