Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/coordination/include/
H A Djs_event_target.h74 bool IsHandleExist(napi_env env, const std::string &networkId, napi_value handle);
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_event_target.cpp265 if (IsHandleExist(env, networkId, handle)) { in AddListener()
853 bool JsEventTarget::IsHandleExist(napi_env env, const std::string &networkId, napi_value handle) in IsHandleExist() function in OHOS::Msdp::DeviceStatus::JsEventTarget