Searched refs:GetBackgroundColor (Results 1 – 4 of 4) sorted by relevance
55 std::string GetBackgroundColor() const;
58 EXPECT_EQ(rrc->GetBackgroundColor(), backgroundColor);
46 std::string NotificationCapsule::GetBackgroundColor() const in GetBackgroundColor() function in OHOS::Notification::NotificationCapsule
115 napi_create_string_utf8(env, capsule.GetBackgroundColor().c_str(), NAPI_AUTO_LENGTH, &value); in SetCapsule()