Searched refs:GetClassification (Results 1 – 5 of 5) sorted by relevance
40 request.GetClassification(); in DoSomethingInterestingWithMyAPI()
457 std::string GetClassification() const;
277 std::string NotificationRequest::GetClassification() const in GetClassification() function in OHOS::Notification::NotificationRequest
345 EXPECT_EQ("classification", notificationRequest.GetClassification()); in CheckCaseEightResult()
374 napi_create_string_utf8(env, request->GetClassification().c_str(), NAPI_AUTO_LENGTH, &value); in SetNotificationRequestByString()