Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Diability_monitor.cpp49 const auto &aModuleName = ability->moduleName_; in Match() local
51 if (!moduleName_.empty() && moduleName_.compare(aModuleName) != 0) { in Match()
53 moduleName_.c_str(), aModuleName.c_str()); in Match()