Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_result_set_stub.h47 int32_t OnGetSize(MessageParcel &data, MessageParcel &reply);
69 [Code::CMD_GET_SIZE] = &RdbResultSetStub::OnGetSize,
H A Drdb_result_set_stub.cpp231 int32_t RdbResultSetStub::OnGetSize(MessageParcel &data, MessageParcel &reply) in OnGetSize() function in OHOS::DistributedRdb::RdbResultSetStub
/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_queue_producer.cpp150 static int32_t OnGetSize(BufferQueueProducer* product, IpcIo *io, IpcIo *reply) in OnGetSize() function
217 OnGetSize, // GET_SIZE
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/
H A Djs_font.h82 napi_value OnGetSize(napi_env env, napi_callback_info info);
H A Djs_font.cpp208 return (me != nullptr) ? me->OnGetSize(env, info) : nullptr; in GetSize()
527 napi_value JsFont::OnGetSize(napi_env env, napi_callback_info info) in OnGetSize() function in OHOS::Rosen::Drawing::JsFont