Searched defs:CallerInfo (Results 1 – 5 of 5) sorted by relevance
32 struct CallerInfo { struct33 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 …]
29 struct CallerInfo : public Parcelable { struct38 static CallerInfo *Unmarshalling(Parcel &parcel); argument
36 struct CallerInfo { struct37 std::string packageName;38 int64_t uid = 0L;39 int64_t pid = 0L;
64 } CallerInfo; typedef
194 class CallerInfo : public std::enable_shared_from_this<CallerInfo> { class in OHOS::AAFwk::ConnectedDataAbility196 CallerInfo(bool isNotHap, int32_t callerPid, const sptr<IRemoteObject> &callerToken) in CallerInfo() function in OHOS::AAFwk::ConnectedDataAbility::CallerInfo