Searched refs:offEventHandlers_ (Results 1 - 8 of 8) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/ |
H A D | js_kv_store.h | 105 static std::map<std::string, Exec> offEventHandlers_; member in OHOS::DistributedData::JsKVStore
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_single_kv_store.h | 117 static std::map<std::string, Exec> offEventHandlers_; member in OHOS::DistributedKVStore::JsSingleKVStore
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_kv_store.cpp | 37 std::map<std::string, JsKVStore::Exec> JsKVStore::offEventHandlers_ = { member in OHOS::DistributedData::JsKVStore 231 auto handle = offEventHandlers_.find(event); in OffEvent() 232 CHECK_ARGS_RETURN_VOID(ctxt, handle != offEventHandlers_.end(), "invalid arg[0], i.e. unsupported event"); in OffEvent()
|
/foundation/multimedia/av_session/frameworks/js/napi/session/include/ |
H A D | napi_avsession.h | 129 static std::map<std::string, OffEventHandlerType> offEventHandlers_; member in OHOS::AVSession::NapiAVSession
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_store.h | 158 static constexpr HandleInfo offEventHandlers_[EVENT_HANDLE_NUM] = { member in OHOS::RelationalStoreJsKit::RdbStoreProxy
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_single_kv_store.cpp | 35 std::map<std::string, JsSingleKVStore::Exec> JsSingleKVStore::offEventHandlers_ = { member in OHOS::DistributedKVStore::JsSingleKVStore 313 auto handle = offEventHandlers_.find(event); in OffEvent() 314 ASSERT_BUSINESS_ERR(ctxt, handle != offEventHandlers_.end(), Status::INVALID_ARGUMENT, in OffEvent()
|
/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_avsession.cpp | 67 std::map<std::string, NapiAVSession::OffEventHandlerType> NapiAVSession::offEventHandlers_ = { member in OHOS::AVSession::NapiAVSession 285 auto it = offEventHandlers_.find(eventName); in OffEvent() 286 if (it == offEventHandlers_.end()) { in OffEvent()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_store.cpp | 1785 for (auto &eventInfo : offEventHandlers_) { in OffEvent()
|
Completed in 12 milliseconds