Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h227 bool IsDirectionMatch(Direction direction) const;
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp436 if (!IsDirectionMatch(other->direction_)) { in Match()
464 bool ResConfigImpl::IsDirectionMatch(Direction direction) const in IsDirectionMatch() function in OHOS::Global::Resource::ResConfigImpl