Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dui_service_mgr_client_mock.cpp92 auto hapListObj = nlohmann::json::array(); in ShowDialog() local
93 hapListObj = jsonObj["hapList"]; in ShowDialog()
94 auto aObj = hapListObj[0]; in ShowDialog()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dsystem_dialog_scheduler.cpp334 nlohmann::json hapListObj = nlohmann::json::array(); in GetSelectorParams() local
345 hapListObj.emplace_back(aObj); in GetSelectorParams()
347 jsonObject["hapList"] = hapListObj; in GetSelectorParams()
385 nlohmann::json hapListObj = nlohmann::json::array(); in GetPcSelectorParams() local
398 hapListObj.emplace_back(aObj); in GetPcSelectorParams()
400 jsonObject["hapList"] = hapListObj; in GetPcSelectorParams()

Completed in 3 milliseconds