Home
last modified time | relevance | path

Searched refs:KvStoreFlowControl (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences_database.cpp99 if (!KvStoreFlowControl()) { in PutToDistributedDB()
122 if (!KvStoreFlowControl()) { in GetFromDistributedDB()
144 if (!KvStoreFlowControl()) { in GetEntriesFromDistributedDB()
164 if (!KvStoreFlowControl()) { in DeleteToDistributedDB()
H A Ddistributed_database.cpp146 if (!KvStoreFlowControl()) { in PutToDistributedDB()
171 if (!KvStoreFlowControl()) { in GetFromDistributedDB()
198 if (!KvStoreFlowControl()) { in GetEntriesFromDistributedDB()
222 if (!KvStoreFlowControl()) { in DeleteToDistributedDB()
246 if (!KvStoreFlowControl()) { in ClearDataByDevice()
H A Ddistributed_screen_status_manager.cpp180 if (!KvManagerFlowControl() || !KvStoreFlowControl()) { in CheckRemoteDevicesIsUsing()
230 if (!KvManagerFlowControl() || !KvStoreFlowControl()) { in SetLocalScreenStatus()
H A Ddistributed_flow_control.cpp57 bool DistributedFlowControl::KvStoreFlowControl() in KvStoreFlowControl() function in OHOS::Notification::DistributedFlowControl
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Dmock_distributed_flow_control.cpp49 bool DistributedFlowControl::KvStoreFlowControl() in KvStoreFlowControl() function in OHOS::Notification::DistributedFlowControl
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Dmock_distributed_flow_control.cpp44 bool DistributedFlowControl::KvStoreFlowControl() in KvStoreFlowControl() function in OHOS::Notification::DistributedFlowControl
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H A Dmock_distributed_flow_control.cpp49 bool DistributedFlowControl::KvStoreFlowControl() in KvStoreFlowControl() function in OHOS::Notification::DistributedFlowControl
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_flow_control.h51 bool KvStoreFlowControl();
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_flow_control_test.cpp71 EXPECT_EQ(false, distributedFlowControl.KvStoreFlowControl());