Home
last modified time | relevance | path

Searched refs:arrayParam (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dcamera_napi_utils.cpp440 napi_value CameraNapiUtils::ParseMetadataObjectTypes(napi_env env, napi_value arrayParam, in ParseMetadataObjectTypes() argument
448 napi_get_array_length(env, arrayParam, &length); in ParseMetadataObjectTypes()
452 napi_get_element(env, arrayParam, i, &value); in ParseMetadataObjectTypes()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dcamera_napi_utils.h186 static napi_value ParseMetadataObjectTypes(napi_env env, napi_value arrayParam,
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp1512 const auto arrayParam = GetArrayItemSubstring(value); in ParsePropsArray() local
1513 if (arrayParam.empty()) { in ParsePropsArray()
1516 auto propsObject = propsJson->GetValue(arrayParam); in ParsePropsArray()
1525 arrayPropJson->Put(arrayParam.c_str(), propValueJson); in ParsePropsArray()
1527 arrayPropJson->Put(arrayParam.c_str(), defaultJson); in ParsePropsArray()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp3505 void ParseProfileList(napi_env env, napi_value arrayParam, std::vector<Profile> &profiles) in ParseProfileList() argument
3508 napi_get_array_length(env, arrayParam, &length); in ParseProfileList()
3511 napi_get_element(env, arrayParam, i, &value); in ParseProfileList()
3518 void ParseVideoProfileList(napi_env env, napi_value arrayParam, std::vector<VideoProfile> &profiles) in ParseVideoProfileList() argument
3521 napi_get_array_length(env, arrayParam, &length); in ParseVideoProfileList()
3524 napi_get_element(env, arrayParam, i, &value); in ParseVideoProfileList()
3751 static void ParseEffectSuggestionStatus(napi_env env, napi_value arrayParam, in ParseEffectSuggestionStatus() argument
3757 napi_get_array_length(env, arrayParam, &length); in ParseEffectSuggestionStatus()
3759 napi_get_element(env, arrayParam, i, &value); in ParseEffectSuggestionStatus()