Searched refs:CreatePhoto (Results 1 – 3 of 3) sorted by relevance
28 static napi_value CreatePhoto(napi_env env, napi_value mainImage);
105 napi_value PhotoNapi::CreatePhoto(napi_env env, napi_value mainImage) in CreatePhoto() function in OHOS::CameraStandard::PhotoNapi
844 napi_value photoValue = PhotoNapi::CreatePhoto(env_, mainImage); in ExecutePhoto()