Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_flow_control_service.cpp76 if (record->isThirdparty == true) { in PublishGlobalFlowCtrl()
130 if (record->isThirdparty == true) { in PublishRecordTimestamp()
188 if (record->isThirdparty == true) { in UpdateGlobalFlowCtrl()
242 if (record->isThirdparty == true) { in UpdateRecordTimestamp()
H A Dadvanced_notification_service.cpp642 bool isThirdparty; in PublishPreparedNotification() local
644 isThirdparty = false; in PublishPreparedNotification()
646 isThirdparty = true; in PublishPreparedNotification()
649 record->isThirdparty = isThirdparty; in PublishPreparedNotification()
H A Dadvanced_notification_publish_service.cpp2388 record->isThirdparty = false; in PublishNotificationBySa()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_record.h36 bool isThirdparty {true};
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_flow_control_service_test.cpp58 record->isThirdparty = false;