Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dsystem_dialog_scheduler.cpp336 nlohmann::json aObj; in GetSelectorParams() local
337 aObj["label"] = std::to_string(aInfo.abilityLabelId); in GetSelectorParams()
338 aObj["icon"] = std::to_string(aInfo.abilityIconId); in GetSelectorParams()
339 aObj["bundle"] = aInfo.bundleName; in GetSelectorParams()
340 aObj["ability"] = aInfo.abilityName; in GetSelectorParams()
341 aObj["module"] = aInfo.moduleName; in GetSelectorParams()
342 aObj["appIndex"] = std::to_string(aInfo.appIndex); in GetSelectorParams()
343 aObj["bundleLabel"] = std::to_string(aInfo.bundleLabelId); in GetSelectorParams()
344 aObj["bundleIcon"] = std::to_string(aInfo.bundleIconId); in GetSelectorParams()
345 hapListObj.emplace_back(aObj); in GetSelectorParams()
387 nlohmann::json aObj; GetPcSelectorParams() local
[all...]
/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dui_service_mgr_client_mock.cpp94 auto aObj = hapListObj[0]; in ShowDialog() local
95 std::string callbackParams = aObj["bundle"].dump() + ";" + aObj["ability"].dump(); in ShowDialog()

Completed in 2 milliseconds