Home
last modified time | relevance | path

Searched refs:GetClassification (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
Dsetprogressbar_fuzzer.cpp40 request.GetClassification(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h536 std::string GetClassification() const;
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon_convert_request.cpp46 napi_create_string_utf8(env, request->GetClassification().c_str(), NAPI_AUTO_LENGTH, &value); in SetNotificationRequestByString()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp322 std::string NotificationRequest::GetClassification() const in GetClassification() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp378 EXPECT_EQ("classification", notificationRequest.GetClassification()); in CheckCaseEightResult()