Home
last modified time | relevance | path

Searched refs:GetInputKey (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
H A Dnotificationuserinput_fuzzer.cpp46 notificationUserInput.GetInputKey(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_user_input.h127 std::string GetInputKey() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_user_input.cpp124 std::string NotificationUserInput::GetInputKey() const in GetInputKey() function in OHOS::Notification::NotificationUserInput
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_user_input_test.cpp53 std::string ret = rrc->GetInputKey();
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp269 EXPECT_EQ("inputKey", userInput->GetInputKey()); in CheckCaseTwoResult()
295 EXPECT_EQ("onlyUserInputKey", userInputs->GetInputKey()); in CheckCaseThreeResult()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp473 napi_create_string_utf8(env, userInput->GetInputKey().c_str(), NAPI_AUTO_LENGTH, &value); in SetNotificationActionButtonByUserInput()