Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences_database.cpp99 if (!KvStoreFlowControl()) { in PutToDistributedDB()
100 ANS_LOGE("KvStoreFlowControl is false."); in PutToDistributedDB()
122 if (!KvStoreFlowControl()) { in GetFromDistributedDB()
123 ANS_LOGE("KvStoreFlowControl is defeat."); in GetFromDistributedDB()
144 if (!KvStoreFlowControl()) { in GetEntriesFromDistributedDB()
145 ANS_LOGE("KvStoreFlowControl is false."); in GetEntriesFromDistributedDB()
164 if (!KvStoreFlowControl()) { in DeleteToDistributedDB()
H A Ddistributed_database.cpp146 if (!KvStoreFlowControl()) { in PutToDistributedDB()
171 if (!KvStoreFlowControl()) { in GetFromDistributedDB()
172 ANS_LOGE("KvStoreFlowControl is false."); in GetFromDistributedDB()
198 if (!KvStoreFlowControl()) { in GetEntriesFromDistributedDB()
199 ANS_LOGE("KvStoreFlowControl is fail."); in GetEntriesFromDistributedDB()
222 if (!KvStoreFlowControl()) { in DeleteToDistributedDB()
223 ANS_LOGE("KvStoreFlowControl is defeat."); in DeleteToDistributedDB()
246 if (!KvStoreFlowControl()) { in ClearDataByDevice()
H A Ddistributed_flow_control.cpp57 bool DistributedFlowControl::KvStoreFlowControl() in KvStoreFlowControl() function in OHOS::Notification::DistributedFlowControl
H A Ddistributed_screen_status_manager.cpp180 if (!KvManagerFlowControl() || !KvStoreFlowControl()) { in CheckRemoteDevicesIsUsing()
230 if (!KvManagerFlowControl() || !KvStoreFlowControl()) { in SetLocalScreenStatus()
/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
/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
/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
/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_flow_control.h51 bool KvStoreFlowControl();
/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_flow_control_test.cpp59 * @tc.desc : test KvStoreFlowControl function and listSize >= kvStoreMinuteMaxinum_ .
71 EXPECT_EQ(false, distributedFlowControl.KvStoreFlowControl()); in HWTEST_F()

Completed in 4 milliseconds