Home
last modified time | relevance | path

Searched refs:isThirdparty (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_record.h36 bool isThirdparty {true};
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp636 bool isThirdparty; in PublishPreparedNotification() local
638 isThirdparty = false; in PublishPreparedNotification()
640 isThirdparty = true; in PublishPreparedNotification()
643 record->isThirdparty = isThirdparty; in PublishPreparedNotification()
1000 if (record->isThirdparty == true) { in UpdateFlowCtrl()
1528 if (record->isThirdparty == true) { in FlowControl()
1564 if (record->isThirdparty == true) { in PublishFlowControlInner()
H A Dadvanced_notification_publish_service.cpp198 record->isThirdparty = false; in PublishNotificationForIndirectProxy()
2146 bool isThirdparty; in PublishNotificationBySa() local
2148 isThirdparty = false; in PublishNotificationBySa()
2150 isThirdparty = true; in PublishNotificationBySa()
2190 record->isThirdparty = isThirdparty; in PublishNotificationBySa()

Completed in 13 milliseconds