Home
last modified time | relevance | path

Searched refs:valueSize (Results 1 - 2 of 2) sorted by relevance

/applications/standard/app_samples/code/BasicFeature/Native/NdkXComponent/entry/src/main/cpp/manager/
H A Dplugin_manager.cpp214 ArkUI_NumberValue valueSize[] = {480}; in CreateNodeHandle() local
215 ArkUI_AttributeItem itemSize = {valueSize, 1}; in CreateNodeHandle()
216 valueSize[0].f32 = XC_WIDTH; in CreateNodeHandle()
218 valueSize[0].f32 = XC_HEIGHT; in CreateNodeHandle()
/applications/standard/contacts_data/contacts/src/
H A Dcontacts_build.cpp890 size_t valueSize = NAPI_GET_STRING_SIZE; in NapiGetValueString() local
892 napi_get_value_string_utf8(env, value, valueString, valueSize, &resultSize); in NapiGetValueString()

Completed in 3 milliseconds