Lines Matching refs:componentInfoJson
2222 nlohmann::json componentInfoJson;
2223 componentInfoJson[PID_KEY] = callerInfo.pid;
2224 componentInfoJson[UID_KEY] = callerInfo.uid;
2225 componentInfoJson[BUNDLE_NAME_KEY] =
2227 componentInfoJson[COMPONENT_TYPE_KEY] = IDistributedSched::CONNECT;
2228 componentInfoJson[DEVICE_TYPE_KEY] = IDistributedSched::CALLER;
2229 std::string componentInfo = componentInfoJson.dump();
2237 nlohmann::json componentInfoJson;
2238 componentInfoJson[UID_KEY] = BundleManagerInternal::GetUidFromBms(connectInfo.element.GetBundleName());
2239 componentInfoJson[BUNDLE_NAME_KEY] = connectInfo.element.GetBundleName();
2240 componentInfoJson[COMPONENT_TYPE_KEY] = IDistributedSched::CONNECT;
2241 componentInfoJson[DEVICE_TYPE_KEY] = IDistributedSched::CALLEE;
2242 std::string componentInfo = componentInfoJson.dump();
2257 nlohmann::json componentInfoJson;
2258 componentInfoJson[PID_KEY] = callerInfo.pid;
2259 componentInfoJson[UID_KEY] = callerInfo.uid;
2260 componentInfoJson[BUNDLE_NAME_KEY] =
2262 componentInfoJson[COMPONENT_TYPE_KEY] = IDistributedSched::CALL;
2263 componentInfoJson[DEVICE_TYPE_KEY] = IDistributedSched::CALLER;
2264 std::string componentInfo = componentInfoJson.dump();
2272 nlohmann::json componentInfoJson;
2273 componentInfoJson[UID_KEY] = BundleManagerInternal::GetUidFromBms(connectInfo.element.GetBundleName());
2274 componentInfoJson[BUNDLE_NAME_KEY] = connectInfo.element.GetBundleName();
2275 componentInfoJson[COMPONENT_TYPE_KEY] = IDistributedSched::CALL;
2276 componentInfoJson[DEVICE_TYPE_KEY] = IDistributedSched::CALLEE;
2277 std::string componentInfo = componentInfoJson.dump();