Home
last modified time | relevance | path

Searched refs:MockQueryDataBeginWithKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp30 extern void MockQueryDataBeginWithKey(bool mockRet);
385 MockQueryDataBeginWithKey(false);
428 MockQueryDataBeginWithKey(false);
445 MockQueryDataBeginWithKey(true);
478 MockQueryDataBeginWithKey(false);
495 MockQueryDataBeginWithKey(true);
528 MockQueryDataBeginWithKey(false);
976 MockQueryDataBeginWithKey(false);
979 MockQueryDataBeginWithKey(true);
H A Dmock_notification_rdb_data_mgr.cpp50 void MockQueryDataBeginWithKey(bool mockRet) in MockQueryDataBeginWithKey() function