Home
last modified time | relevance | path

Searched defs:newOption (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp251 auto newOption = std::make_shared<KeyOption>(); variable
1088 std::shared_ptr<KeyOption> newOption = std::make_shared<KeyOption>(); variable
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp236 bool KeySubscriberHandler::IsEqualKeyOption(std::shared_ptr<KeyOption> newOption, in IsEqualKeyOption()