Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/messageuser_fuzzer/
Dmessageuser_fuzzer.cpp55 messageUser.IsMachine(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dmessage_user.h101 bool IsMachine() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dmessage_user.cpp82 bool MessageUser::IsMachine() const in IsMachine() function in OHOS::Notification::MessageUser
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp209 EXPECT_EQ(false, user->IsMachine()); in CheckCaseOneResult()
278 EXPECT_EQ(false, user.IsMachine()); in CheckCaseFourResult()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp1155 napi_get_boolean(env, messageUser.IsMachine(), &value); in SetMessageUser()