Home
last modified time | relevance | path

Searched refs:sendInfoWantParamKey (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_record.cpp148 std::string sendInfoWantParamKey = mapIter->first; in BuildSendWant() local
149 if (want.GetParams().GetParam(sendInfoWantParamKey) == nullptr) { in BuildSendWant()
150 wantParams.SetParam(sendInfoWantParamKey, mapIter->second); in BuildSendWant()