Home
last modified time | relevance | path

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

/developtools/global_resource_tool/include/
Dconfig_parser.h44 bool SetAppIcon(std::string &icon, int32_t id);
/developtools/global_resource_tool/src/
Dconfig_parser.cpp124 bool ConfigParser::SetAppIcon(string &icon, int32_t id) in SetAppIcon() function in OHOS::Global::Restool::ConfigParser
Dresource_pack.cpp532 config.SetAppIcon(icon, nextId); in HandleIcon()