Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dskills.h447 static const int RESULT_NORMAL = 0x800; variable
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp726 return (type == std::string() ? (RESULT_EMPTY + RESULT_NORMAL) : DISMATCH_DATA); in MatchData()
779 return match + RESULT_NORMAL; in MatchData()