Searched refs:InputEditType (Results 1 – 10 of 10) sorted by relevance
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_user_input.h | 118 …const std::shared_ptr<AAFwk::WantParams> &additional, NotificationConstant::InputEditType editType… 151 void SetEditType(NotificationConstant::InputEditType inputEditType); 158 NotificationConstant::InputEditType GetEditType() const; 298 …const std::shared_ptr<AAFwk::WantParams> &additional, NotificationConstant::InputEditType editType… 315 NotificationConstant::InputEditType editType_ {NotificationConstant::InputEditType::EDIT_AUTO};
|
D | notification_constant.h | 25 enum InputEditType { enum
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_user_input.cpp | 73 NotificationConstant::InputEditType editType) in Create() 81 if (editType == NotificationConstant::InputEditType::EDIT_ENABLED) { in Create() 113 …const std::shared_ptr<AAFwk::WantParams> &additional, NotificationConstant::InputEditType editType) in NotificationUserInput() 140 void NotificationUserInput::SetEditType(NotificationConstant::InputEditType inputEditType) in SetEditType() 145 NotificationConstant::InputEditType NotificationUserInput::GetEditType() const in GetEditType() 293 pUserInput->editType_ = static_cast<NotificationConstant::InputEditType>(editTypeValue); in FromJson() 379 editType_ = static_cast<NotificationConstant::InputEditType>(parcel.ReadInt32()); in ReadFromParcel()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationuserinputannex_fuzzer/ |
D | notificationuserinputannex_fuzzer.cpp | 44 Notification::NotificationConstant::InputEditType inputEditType = in DoSomethingInterestingWithMyAPI() 45 Notification::NotificationConstant::InputEditType(inputEditTypes); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/ |
D | notificationuserinput_fuzzer.cpp | 50 Notification::NotificationConstant::InputEditType inputEditType = in DoSomethingInterestingWithMyAPI() 51 Notification::NotificationConstant::InputEditType(inputEditTypes); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_user_input_test.cpp | 49 Notification::NotificationConstant::InputEditType editType = 50 Notification::NotificationConstant::InputEditType(1);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | constant.cpp | 170 SetNamedPropertyByInteger(env, obj, (int32_t)InputEditType::EDIT_AUTO, "EDIT_AUTO"); in InputEditTypeInit() 171 SetNamedPropertyByInteger(env, obj, (int32_t)InputEditType::EDIT_DISABLED, "EDIT_DISABLED"); in InputEditTypeInit() 172 SetNamedPropertyByInteger(env, obj, (int32_t)InputEditType::EDIT_ENABLED, "EDIT_ENABLED"); in InputEditTypeInit()
|
D | common.cpp | 2713 userInput->SetEditType(NotificationConstant::InputEditType(editType)); in GetNotificationUserInputByEditType()
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
D | common.h | 100 enum class InputEditType { enum
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_publish_test.cpp | 219 EXPECT_EQ(NotificationConstant::InputEditType::EDIT_DISABLED, userInput->GetEditType()); in CheckCaseTwoResult()
|