Searched refs:OnGetSize (Results 1 – 5 of 5) sorted by relevance
47 int32_t OnGetSize(MessageParcel &data, MessageParcel &reply);69 [Code::CMD_GET_SIZE] = &RdbResultSetStub::OnGetSize,
231 int32_t RdbResultSetStub::OnGetSize(MessageParcel &data, MessageParcel &reply) in OnGetSize() function in OHOS::DistributedRdb::RdbResultSetStub
150 static int32_t OnGetSize(BufferQueueProducer* product, IpcIo *io, IpcIo *reply) in OnGetSize() function217 OnGetSize, // GET_SIZE
82 napi_value OnGetSize(napi_env env, napi_callback_info info);
208 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