Home
last modified time | relevance | path

Searched refs:componentInfoJson (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp2222 nlohmann::json componentInfoJson; in GetConnectComponentList() local
2223 componentInfoJson[PID_KEY] = callerInfo.pid; in GetConnectComponentList()
2224 componentInfoJson[UID_KEY] = callerInfo.uid; in GetConnectComponentList()
2225 componentInfoJson[BUNDLE_NAME_KEY] = in GetConnectComponentList()
2227 componentInfoJson[COMPONENT_TYPE_KEY] = IDistributedSched::CONNECT; in GetConnectComponentList()
2228 componentInfoJson[DEVICE_TYPE_KEY] = IDistributedSched::CALLER; in GetConnectComponentList()
2229 std::string componentInfo = componentInfoJson.dump(); in GetConnectComponentList()
2237 nlohmann::json componentInfoJson; in GetConnectComponentList() local
2238 componentInfoJson[UID_KEY] = BundleManagerInternal::GetUidFromBms(connectInfo.element.GetBundleName()); in GetConnectComponentList()
2239 componentInfoJson[BUNDLE_NAME_KE in GetConnectComponentList()
2257 nlohmann::json componentInfoJson; GetCallComponentList() local
2272 nlohmann::json componentInfoJson; GetCallComponentList() local
[all...]

Completed in 6 milliseconds