Home
last modified time | relevance | path

Searched refs:CreateSendablePropertiesInfos (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_sendable.h27 static FunctionRef::SendablePropertiesInfos CreateSendablePropertiesInfos(napi_env env,
H A Dnative_sendable.cpp25 FunctionRef::SendablePropertiesInfos NativeSendable::CreateSendablePropertiesInfos( in CreateSendablePropertiesInfos() function in NativeSendable
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp270 auto infos = NativeSendable::CreateSendablePropertiesInfos(env, properties, propertiesLength); in NapiDefineSendableClass()