Searched refs:creatorName (Results 1 – 3 of 3) sorted by relevance
392 std::string creatorName = ""; in HWTEST_F() local393 notificationRequest.SetCreatorBundleName(creatorName); in HWTEST_F()395 EXPECT_EQ(result2, creatorName); in HWTEST_F()400 EXPECT_EQ(result3, creatorName); in HWTEST_F()425 std::string creatorName = ""; in HWTEST_F() local426 EXPECT_EQ(result3, creatorName); in HWTEST_F()
994 void SetCreatorBundleName(const std::string &creatorName);
637 void NotificationRequest::SetCreatorBundleName(const std::string &creatorName) in SetCreatorBundleName() argument639 creatorBundleName_ = creatorName; in SetCreatorBundleName()