Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/messageuser_fuzzer/
Dmessageuser_fuzzer.cpp45 messageUser.SetUserAsImportant(enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dmessage_user.h110 void SetUserAsImportant(bool userImportant);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dmessage_user.cpp87 void MessageUser::SetUserAsImportant(bool userImportant) in SetUserAsImportant() function in OHOS::Notification::MessageUser
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp619 messageUserPtr->SetUserAsImportant(false);
770 messageUser.SetUserAsImportant(false);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp3783 messageUser.SetUserAsImportant(important); in GetMessageUserByBool()