Searched refs:creatorName (Results 1 – 3 of 3) sorted by relevance
370 std::string creatorName = ""; in HWTEST_F() local371 notificationRequest.SetCreatorBundleName(creatorName); in HWTEST_F()373 EXPECT_EQ(result2, creatorName); in HWTEST_F()378 EXPECT_EQ(result3, creatorName); in HWTEST_F()403 std::string creatorName = ""; in HWTEST_F() local404 EXPECT_EQ(result3, creatorName); in HWTEST_F()
867 void SetCreatorBundleName(const std::string &creatorName);
569 void NotificationRequest::SetCreatorBundleName(const std::string &creatorName) in SetCreatorBundleName() argument571 creatorBundleName_ = creatorName; in SetCreatorBundleName()