Searched refs:GetInt32InfoFromNapiObject (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/ |
H A D | sendable_file_asset_napi.cpp | 666 static bool GetInt32InfoFromNapiObject(napi_env env, napi_value configObj, std::string type, int32_… in GetInt32InfoFromNapiObject() function 725 GetInt32InfoFromNapiObject(env, argv[PARAM0], "width", asyncContext->size.width); in GetJSArgsForGetThumbnail() 726 GetInt32InfoFromNapiObject(env, argv[PARAM0], "height", asyncContext->size.height); in GetJSArgsForGetThumbnail() 749 GetInt32InfoFromNapiObject(env, sizeObj, "width", asyncContext->size.width); in GetPhotoRequestOption() 750 GetInt32InfoFromNapiObject(env, sizeObj, "height", asyncContext->size.height); in GetPhotoRequestOption() 753 if (GetInt32InfoFromNapiObject(env, object, REQUEST_PHOTO_TYPE, requestType)) { in GetPhotoRequestOption()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | file_asset_napi.cpp | 1769 static bool GetInt32InfoFromNapiObject(napi_env env, napi_value configObj, std::string type, int32_… in GetInt32InfoFromNapiObject() function 1828 GetInt32InfoFromNapiObject(env, argv[PARAM0], "width", asyncContext->size.width); in GetJSArgsForGetThumbnail() 1829 GetInt32InfoFromNapiObject(env, argv[PARAM0], "height", asyncContext->size.height); in GetJSArgsForGetThumbnail() 1856 GetInt32InfoFromNapiObject(env, sizeObj, "width", asyncContext->size.width); in GetPhotoRequestOption() 1857 GetInt32InfoFromNapiObject(env, sizeObj, "height", asyncContext->size.height); in GetPhotoRequestOption() 1860 if (GetInt32InfoFromNapiObject(env, object, REQUEST_PHOTO_TYPE, requestType)) { in GetPhotoRequestOption()
|