Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_manager_service.h110 static bool isMatchActions(const char *actions, char *const skillActions[]);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp351 bool GtManagerService::isMatchActions(const char *actions, char *const skillActions[]) in isMatchActions() argument
353 if (actions == nullptr || skillActions == nullptr) { in isMatchActions()
357 if (skillActions[i] == nullptr) { in isMatchActions()
360 if (isMatch(actions, skillActions[i])) { in isMatchActions()