Searched refs:InitSendablePropertiesInfo (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_sendable.cpp | 34 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 D | native_sendable.h | 35 static void InitSendablePropertiesInfo(napi_env env,
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 986 NativeSendable::InitSendablePropertiesInfo(env, info, properties[i]); in NapiCreateSObjectWithProperties()
|