Searched refs:aObj (Results 1 – 2 of 2) sorted by relevance
336 nlohmann::json aObj; in GetSelectorParams() local339 aObj["bundle"] = aInfo.bundleName; in GetSelectorParams()340 aObj["ability"] = aInfo.abilityName; in GetSelectorParams()341 aObj["module"] = aInfo.moduleName; in GetSelectorParams()345 hapListObj.emplace_back(aObj); in GetSelectorParams()387 nlohmann::json aObj; in GetPcSelectorParams() local390 aObj["bundle"] = info.bundleName; in GetPcSelectorParams()391 aObj["ability"] = info.abilityName; in GetPcSelectorParams()392 aObj["module"] = info.moduleName; in GetPcSelectorParams()393 aObj["type"] = type; in GetPcSelectorParams()[all …]
94 auto aObj = hapListObj[0]; in ShowDialog() local95 std::string callbackParams = aObj["bundle"].dump() + ";" + aObj["ability"].dump(); in ShowDialog()