Home
last modified time | relevance | path

Searched refs:IsHomeAction (Results 1 – 2 of 2) sorted by relevance

/developtools/global_resource_tool/include/
Dconfig_parser.h75 bool IsHomeAction(const Json::Value &actions);
/developtools/global_resource_tool/src/
Dconfig_parser.cpp288 if (IsHomeAction(skills[i]["actions"])) { in IsMainAbility()
295 bool ConfigParser::IsHomeAction(const Json::Value &actions) in IsHomeAction() function in OHOS::Global::Restool::ConfigParser