Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/common/include/test/whitelistunittest/
H A Dwhite_list_test.cpp54 vecCombinationKey.push_back(vecKeyCode);
58 vecCombinationKey.push_back(vecKeyCode);
61 vecCombinationKey.push_back(vecKeyCode);
64 vecCombinationKey.push_back(vecKeyCode);
67 vecCombinationKey.clear();
82 vecCombinationKey.push_back(vecKeyCode);
86 vecCombinationKey.push_back(vecKeyCode);
89 vecCombinationKey.push_back(vecKeyCode);
95 vecCombinationKey.clear();
121 vecCombinationKey.clear();
[all …]
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dwhite_list_util.cpp93 TYPE_COMBINATION_KEY_VEC vecCombinationKey; in Init() local
103 vecCombinationKey.clear(); in Init()
104 SplitCombinationKey(line, vecKeyCode, vecCombinationKey); in Init()
112 vecCombinationKey.push_back(vecKeyCode); in Init()
117 if (!vecCombinationKey.empty()) { in Init()
118 vecWhiteList.push_back(vecCombinationKey); in Init()
119 vecCombinationKey.clear(); in Init()
163 TYPE_COMBINATION_KEY_VEC &vecCombinationKey) const in ReadLineDataStepOne()
187 vecCombinationKey.push_back(vecKeyCode); in ReadLineDataStepOne()
193 TYPE_COMBINATION_KEY_VEC &vecCombinationKey) const in SplitCombinationKey()
[all …]
H A Dwhite_list_util.h68 TYPE_COMBINATION_KEY_VEC &vecCombinationKey) const;
76 TYPE_COMBINATION_KEY_VEC &vecCombinationKey) const;