Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_sendable.cpp34 InitSendablePropertiesInfo(env, infos.staticPropertiesInfo, properties[i]); in CreateSendablePropertiesInfos()
36 InitSendablePropertiesInfo(env, infos.instancePropertiesInfo, properties[i]); in CreateSendablePropertiesInfos()
38 InitSendablePropertiesInfo(env, infos.instancePropertiesInfo, properties[i], in CreateSendablePropertiesInfos()
41 InitSendablePropertiesInfo(env, infos.instancePropertiesInfo, properties[i], in CreateSendablePropertiesInfos()
44 InitSendablePropertiesInfo(env, infos.nonStaticPropertiesInfo, properties[i]); in CreateSendablePropertiesInfos()
51 void NativeSendable::InitSendablePropertiesInfo(napi_env env, in InitSendablePropertiesInfo() function in NativeSendable
H A Dnative_sendable.h35 static void InitSendablePropertiesInfo(napi_env env,
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp986 NativeSendable::InitSendablePropertiesInfo(env, info, properties[i]); in NapiCreateSObjectWithProperties()