Searched refs:GetInputKey (Results 1 – 6 of 6) sorted by relevance
46 notificationUserInput.GetInputKey(); in DoSomethingInterestingWithMyAPI()
127 std::string GetInputKey() const;
124 std::string NotificationUserInput::GetInputKey() const in GetInputKey() function in OHOS::Notification::NotificationUserInput
53 std::string ret = rrc->GetInputKey();
225 EXPECT_EQ("inputKey", userInput->GetInputKey()); in CheckCaseTwoResult()251 EXPECT_EQ("onlyUserInputKey", userInputs->GetInputKey()); in CheckCaseThreeResult()
1335 napi_create_string_utf8(env, userInput->GetInputKey().c_str(), NAPI_AUTO_LENGTH, &value); in SetNotificationActionButtonByUserInput()