Home
last modified time | relevance | path

Searched refs:Drop (Results 1 - 18 of 18) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_notification_chain_test.cpp94 g_listener->Drop(); in TearDown()
135 * @tc.steps: step2. call Drop to unregister the listener in HWTEST_F()
138 int result = listener->Drop(); in HWTEST_F()
168 listener->Drop(); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsync_able_engine.cpp40 userChangeListener_->Drop(true); in ~SyncAbleEngine()
146 userChangeListener->Drop(true); in StopSyncer()
160 userChangeListener_->Drop(false); in StopSyncerWithNoLock()
196 userChangeListener_->Drop(false); in ChangeUserListener()
H A Dstorage_engine_manager.cpp53 lockStatusListener_->Drop(true); in ~StorageEngineManager()
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Dinner_event.cpp81 return InnerEvent::Pointer(event.release(), Drop); in Get()
102 return InnerEvent::Pointer(new InnerEvent, Drop); in Get()
106 static void Drop(InnerEvent *event) in Drop() function in OHOS::AppExecFwk::InnerEventPool
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_observer_handle.cpp27 int errCode = listener->Drop(true); in ~KvDBObserverHandle()
29 LOGE("Drop listener failed!"); in ~KvDBObserverHandle()
H A Dsync_able_kvdb.cpp46 userChangeListener_->Drop(true); in ~SyncAbleKvDB()
234 userChangeListener->Drop(true); in StopSyncer()
254 userChangeListener_->Drop(false); in StopSyncerWithNoLock()
294 userChangeListener_->Drop(false); in ChangeUserListener()
H A Dsync_able_kvdb_connection.cpp36 // Drop the lock before we call RemoveSyncOperation(). in SyncAbleKvDBConnection()
46 remotePushFinishedListener_->Drop(true); in ~SyncAbleKvDBConnection()
217 // Drop the lock before invoking the callback. in OnSyncComplete()
234 // Drop the lock before invoking the callback. in OnDeviceSyncProcess()
337 // Drop old listener and set the new listener in SetRemotePushFinishedNotify()
339 errCode = remotePushFinishedListener_->Drop(); in SetRemotePushFinishedNotify()
341 LOGE("[SyncAbleConnection] Drop Remote push finished listener failed %d", errCode); in SetRemotePushFinishedNotify()
343 tmpListener->Drop(); in SetRemotePushFinishedNotify()
H A Dgeneric_kvdb_connection.cpp108 listener->Drop(); in RegisterObserver()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Druntime_context_process_system_api_adapter_impl_test.cpp168 listener1->Drop(); in HWTEST_F()
181 listener->Drop(); in HWTEST_F()
184 listener->Drop(); in HWTEST_F()
H A Ddistributeddb_interfaces_nb_delegate_rd_test.cpp1731 listener->Drop(true); in HWTEST_F()
H A Ddistributeddb_interfaces_nb_delegate_test.cpp2562 listener->Drop(true); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dnotification_chain.h42 // Drop this listener. after call this function, the listener will be destroy
43 int Drop(bool wait = false);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection_pool.h111 int32_t Drop(std::shared_ptr<ConnNode> node);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dnotification_chain.cpp235 // Drop the ref 1 which increased in 'BackupListenerSet()', in ClearListeners()
236 // the original 1 will be dropped when user call listener->Drop(); in ClearListeners()
319 int NotificationChain::Listener::Drop(bool wait) in Drop() function in DistributedDB::NotificationChain::Listener
322 LOGE("[NotificationChain] Drop listener failed, lost the chain!"); in Drop()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp311 container.Drop(node); in ReleaseNode()
701 int32_t ConnectionPool::Container::Drop(std::shared_ptr<ConnNode> node) in Drop() function in ConnectionPool::Container
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dtime_sync.cpp157 timeChangedListener_->Drop(true); in ~TimeSync()
H A Dgeneric_syncer.cpp1008 timeChangedListener->Drop(true); in ReleaseInnerResource()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp59 conflictListener_->Drop(true); in ~SQLiteSingleVerNaturalStoreConnection()
472 conflictListener_->Drop(true); in SetConflictNotifier()

Completed in 24 milliseconds