Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_util_test.cpp1204 int64_t delayInt = 1; in HWTEST_F() local
1205 EXPECT_FALSE(OHOS::MMI::GetDelay(jsonData, delayInt)); in HWTEST_F()
1219 int64_t delayInt = 1; in HWTEST_F() local
1220 EXPECT_FALSE(OHOS::MMI::GetDelay(jsonData, delayInt)); in HWTEST_F()
1235 int64_t delayInt = 1; in HWTEST_F() local
1236 EXPECT_FALSE(OHOS::MMI::GetDelay(jsonData, delayInt)); in HWTEST_F()
1251 int64_t delayInt = 1; in HWTEST_F() local
1252 EXPECT_TRUE(OHOS::MMI::GetDelay(jsonData, delayInt)); in HWTEST_F()
1253 EXPECT_EQ(delayInt, 10 * SECONDS_SYSTEM); in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h121 bool GetDelay(const cJSON* jsonData, int64_t &delayInt);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp319 bool GetDelay(const cJSON* jsonData, int64_t &delayInt) in GetDelay() argument
334 delayInt = delay->valueint * SECONDS_SYSTEM; in GetDelay()

Completed in 4 milliseconds