Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1001 bool isParseShortKeys = ParseShortcutKeys(parser, shortcutKeys_, businessIds_); in ParseJson()
2257 if (businessId.empty() || businessIds_.empty()) { in UpdateSettingsXml()
2258 MMI_HILOGE("businessId or businessIds_ is empty"); in UpdateSettingsXml()
2261 if (std::find(businessIds_.begin(), businessIds_.end(), businessId) == businessIds_.end()) { in UpdateSettingsXml()
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h339 std::vector<std::string> businessIds_; member in OHOS::MMI::final
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp2303 handler.businessIds_ = {"businessId1", "businessId2"};
2305 handler.businessIds_ = {"businessId"};
4414 handler.businessIds_ = {"businessId"};

Completed in 9 milliseconds