Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_test.cpp38 constexpr int32_t INDEX_NINE { 9 }; variable
331 dev.keyBitmask_[INDEX_NINE] = NUM_HUNDRED_TWENTY_EIGHT;
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_test.cpp35 constexpr int32_t INDEX_NINE { 9 }; variable
328 dev.keyBitmask_[INDEX_NINE] = NUM_HUNDRED_TWENTY_EIGHT;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp51 static constexpr int INDEX_NINE = 9; variable
740 for (int i = INDEX_SEVEN; i < INDEX_NINE; i++) {
815 for (int i = INDEX_SEVEN; i < INDEX_NINE; i++) {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_schema_test_tools.h33 const static unsigned int INDEX_NINE = 9; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_schema_test.cpp92 … if (index1 == 0 && ((index2 == INDEX_FIFY) || (index2 == INDEX_SIX) || (index2 == INDEX_NINE) || in GetInvalidDefine()