Searched refs:NativeSendable (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/napi/native_engine/ |
H A D | native_sendable.cpp | 25 FunctionRef::SendablePropertiesInfos NativeSendable::CreateSendablePropertiesInfos( in CreateSendablePropertiesInfos() 51 void NativeSendable::InitSendablePropertiesInfo(napi_env env, in InitSendablePropertiesInfo() 107 Local<JSValueRef> NativeSendable::NapiNativeCreateSendableFunction(napi_env env, in NapiNativeCreateSendableFunction() 134 void NativeSendable::NapiDefineSendabledProperty(napi_env env, in NapiDefineSendabledProperty()
|
H A D | native_sendable.h | 25 class NativeSendable { class
|
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 268 auto infos = NativeSendable::CreateSendablePropertiesInfos(env, properties, propertiesLength); in NapiDefineSendableClass() 907 NativeSendable::NapiDefineSendabledProperty(env, obj, propertyDescriptor, propertyName, result); in NapiDefineProperty() 979 NativeSendable::InitSendablePropertiesInfo(env, info, properties[i]); in NapiCreateSObjectWithProperties()
|
Completed in 6 milliseconds