Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/include/
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 …]
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
Dcaller_info.h29 struct CallerInfo : public Parcelable { struct
38 static CallerInfo *Unmarshalling(Parcel &parcel); argument
Derms_mgr_param.h36 struct CallerInfo { struct
37 std::string packageName;
38 int64_t uid = 0L;
39 int64_t pid = 0L;
/foundation/ability/dmsfwk_lite/interfaces/innerkits/
Ddmsfwk_interface.h64 } CallerInfo; typedef
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dconnection_state_item.cpp194 class CallerInfo : public std::enable_shared_from_this<CallerInfo> { class in OHOS::AAFwk::ConnectedDataAbility
196 CallerInfo(bool isNotHap, int32_t callerPid, const sptr<IRemoteObject> &callerToken) in CallerInfo() function in OHOS::AAFwk::ConnectedDataAbility::CallerInfo