Home
last modified time | relevance | path

Searched refs:repeatTimesInt (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_util_test.cpp1266 int32_t repeatTimesInt = 1; in HWTEST_F() local
1267 EXPECT_FALSE(OHOS::MMI::GetRepeatTimes(nullptr, repeatTimesInt)); in HWTEST_F()
1281 int32_t repeatTimesInt = 1; in HWTEST_F() local
1282 EXPECT_FALSE(OHOS::MMI::GetRepeatTimes(jsonData, repeatTimesInt)); in HWTEST_F()
1297 int32_t repeatTimesInt = 1; in HWTEST_F() local
1298 EXPECT_FALSE(OHOS::MMI::GetRepeatTimes(jsonData, repeatTimesInt)); in HWTEST_F()
1313 int32_t repeatTimesInt = 1; in HWTEST_F() local
1314 EXPECT_TRUE(OHOS::MMI::GetRepeatTimes(jsonData, repeatTimesInt)); in HWTEST_F()
1315 EXPECT_EQ(repeatTimesInt, 1); in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h122 bool GetRepeatTimes(const cJSON* jsonData, int32_t &repeatTimesInt);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp338 bool GetRepeatTimes(const cJSON* jsonData, int32_t &repeatTimesInt) in GetRepeatTimes() argument
353 repeatTimesInt = repeatTimes->valueint; in GetRepeatTimes()

Completed in 5 milliseconds