Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/
H A Ddm_ability_manager.cpp43 std::string customDescriptionStr = ""; in StartAbility() local
54 customDescriptionStr = jsonObject[TAG_CUSTOM_DESCRIPTION].get<std::string>(); in StartAbility()
68 want.SetParam(customDescription, customDescriptionStr); in StartAbility()
H A Ddm_dialog_manager.cpp80 std::string customDescriptionStr = ""; in ShowConfirmDialog() local
92 customDescriptionStr = jsonObject[TAG_CUSTOM_DESCRIPTION].get<std::string>(); in ShowConfirmDialog()
106 customDescriptionStr_ = customDescriptionStr; in ShowConfirmDialog()
200 param["customDescriptionStr"] = DmDialogManager::GetCustomDescriptionStr(); in OnAbilityConnectDone()
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp1195 std::string customDescriptionStr = customDescription; in JsToDmExtra() local
1203 jsonObj[CUSTOM_DESCRIPTION] = customDescriptionStr; in JsToDmExtra()
1208 customDescriptionStr.size()); in JsToDmExtra()

Completed in 8 milliseconds