Lines Matching defs:CallerInfo
32 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;
42 nlohmann::json extraInfoJson;