/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/ |
H A D | distributed_flow_control.cpp | 20 DistributedFlowControl::DistributedFlowControl( in DistributedFlowControl() function in OHOS::Notification::DistributedFlowControl 29 bool DistributedFlowControl::KvManagerFlowControl() in KvManagerFlowControl() 57 bool DistributedFlowControl::KvStoreFlowControl() in KvStoreFlowControl() 85 void DistributedFlowControl::KvManagerFlowControlClear() in KvManagerFlowControlClear() 90 void DistributedFlowControl::KvStoreFlowControlClear() in KvStoreFlowControlClear()
|
H A D | distributed_preferences_database.cpp | 28 DistributedPreferencesDatabase::DistributedPreferencesDatabase() : DistributedFlowControl() in DistributedPreferencesDatabase()
|
H A D | distributed_screen_status_manager.cpp | 35 DistributedScreenStatusManager::DistributedScreenStatusManager() : DistributedFlowControl() in DistributedScreenStatusManager()
|
H A D | distributed_database.cpp | 32 : DistributedFlowControl(), databaseCb_(databaseCb), deviceCb_(deviceCb) in DistributedDatabase()
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/ |
H A D | mock_distributed_flow_control.cpp | 35 DistributedFlowControl::DistributedFlowControl( in DistributedFlowControl() function in OHOS::Notification::DistributedFlowControl 44 bool DistributedFlowControl::KvManagerFlowControl() in KvManagerFlowControl() 49 bool DistributedFlowControl::KvStoreFlowControl() in KvStoreFlowControl()
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/ |
H A D | mock_distributed_flow_control.cpp | 35 DistributedFlowControl::DistributedFlowControl( in DistributedFlowControl() function in OHOS::Notification::DistributedFlowControl 44 bool DistributedFlowControl::KvStoreFlowControl() in KvStoreFlowControl() 49 bool DistributedFlowControl::KvManagerFlowControl() in KvManagerFlowControl()
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/ |
H A D | mock_distributed_flow_control.cpp | 35 DistributedFlowControl::DistributedFlowControl( in DistributedFlowControl() function in OHOS::Notification::DistributedFlowControl 44 bool DistributedFlowControl::KvManagerFlowControl() in KvManagerFlowControl() 49 bool DistributedFlowControl::KvStoreFlowControl() in KvStoreFlowControl()
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/ |
H A D | distributed_flow_control.h | 24 class DistributedFlowControl { 34 DistributedFlowControl(size_t kvManagerSecondMaxinum = KVMANAGER_MAXINUM_PER_SECOND,
|
H A D | distributed_preferences_database.h | 32 class DistributedPreferencesDatabase : private DistributedFlowControl {
|
H A D | distributed_screen_status_manager.h | 31 class DistributedScreenStatusManager : private DistributedFlowControl,
|
H A D | distributed_database.h | 33 class DistributedDatabase : private DistributedFlowControl {
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/ |
H A D | distributed_flow_control_test.cpp | 49 DistributedFlowControl distributedFlowControl( 67 DistributedFlowControl distributedFlowControl(
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_branch_test/ |
H A D | mock_distributed_preferences_database.cpp | 48 DistributedPreferencesDatabase::DistributedPreferencesDatabase() : DistributedFlowControl() in DistributedPreferencesDatabase()
|