Home
last modified time | relevance | path

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

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