Home
last modified time | relevance | path

Searched refs:OnSetPath (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/region_napi/
H A Djs_region.h51 napi_value OnSetPath(napi_env env, napi_callback_info info);
H A Djs_region.cpp239 return (me != nullptr) ? me->OnSetPath(env, info) : nullptr; in SetPath()
242 napi_value JsRegion::OnSetPath(napi_env env, napi_callback_info info) in OnSetPath() function in OHOS::Rosen::Drawing::JsRegion
245 ROSEN_LOGE("JsRegion::OnSetPath region is nullptr"); in OnSetPath()
255 ROSEN_LOGE("JsRegion::OnSetPath jsPath is nullptr"); in OnSetPath()
261 ROSEN_LOGE("JsRegion::OnSetPath jsClip is nullptr"); in OnSetPath()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_server.h60 virtual void OnSetPath(ObexServerSession &session, const ObexHeader &req);
H A Dobex_server.cpp134 void ObexServerObserver::OnSetPath(ObexServerSession &session, const ObexHeader &req) in OnSetPath() function in OHOS::bluetooth::ObexServerObserver
354 observer_.OnSetPath(session, req); in HandleSetPathRequest()

Completed in 2 milliseconds