Home
last modified time | relevance | path

Searched refs:GetBackgroundColor (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_capsule.h55 std::string GetBackgroundColor() const;
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_capsule_test.cpp58 EXPECT_EQ(rrc->GetBackgroundColor(), backgroundColor);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_capsule.cpp46 std::string NotificationCapsule::GetBackgroundColor() const in GetBackgroundColor() function in OHOS::Notification::NotificationCapsule
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon_convert_liveview.cpp115 napi_create_string_utf8(env, capsule.GetBackgroundColor().c_str(), NAPI_AUTO_LENGTH, &value); in SetCapsule()