Home
last modified time | relevance | path

Searched refs:DeleteSwitchCallback (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_switch_callback_napi.cpp100 void DeleteSwitchCallback(napi_ref cb) in DeleteSwitchCallback() function
223 DeleteSwitchCallback(handlerCb_); in DeleteHandler()
/ohos5.0/base/location/frameworks/js/napi/include/
H A Dlocation_switch_callback_napi.h30 void DeleteSwitchCallback(napi_ref cb);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_client.h44 void DeleteSwitchCallback(const std::string &appId, std::shared_ptr<KvStoreObserver> observer);
H A Dkvdb_notifier_client.cpp159 void KVDBNotifierClient::DeleteSwitchCallback(const std::string &appId, std::shared_ptr<KvStoreObse… in DeleteSwitchCallback() function in OHOS::DistributedKv::KVDBNotifierClient
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_manager.cpp230 serviceAgent->DeleteSwitchCallback(appId.appId, observer); in UnsubscribeSwitchData()