Home
last modified time | relevance | path

Searched refs:DistributedFlowControl (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_flow_control.cpp20 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 Ddistributed_preferences_database.cpp28 DistributedPreferencesDatabase::DistributedPreferencesDatabase() : DistributedFlowControl() in DistributedPreferencesDatabase()
H A Ddistributed_screen_status_manager.cpp35 DistributedScreenStatusManager::DistributedScreenStatusManager() : DistributedFlowControl() in DistributedScreenStatusManager()
H A Ddistributed_database.cpp32 : DistributedFlowControl(), databaseCb_(databaseCb), deviceCb_(deviceCb) in DistributedDatabase()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Dmock_distributed_flow_control.cpp35 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 Dmock_distributed_flow_control.cpp35 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 Dmock_distributed_flow_control.cpp35 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 Ddistributed_flow_control.h24 class DistributedFlowControl {
34 DistributedFlowControl(size_t kvManagerSecondMaxinum = KVMANAGER_MAXINUM_PER_SECOND,
H A Ddistributed_preferences_database.h32 class DistributedPreferencesDatabase : private DistributedFlowControl {
H A Ddistributed_screen_status_manager.h31 class DistributedScreenStatusManager : private DistributedFlowControl,
H A Ddistributed_database.h33 class DistributedDatabase : private DistributedFlowControl {
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_flow_control_test.cpp49 DistributedFlowControl distributedFlowControl(
67 DistributedFlowControl distributedFlowControl(
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_branch_test/
H A Dmock_distributed_preferences_database.cpp48 DistributedPreferencesDatabase::DistributedPreferencesDatabase() : DistributedFlowControl() in DistributedPreferencesDatabase()