Home
last modified time | relevance | path

Searched refs:fileAssetPropsSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfile_asset_napi.h156 int32_t fileAssetPropsSize);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp143 int32_t fileAssetPropsSize) in GetExports() argument
149 nullptr, fileAssetPropsSize, file_asset_props, &ctorObj); in GetExports()
198 int32_t fileAssetPropsSize = sizeof(file_asset_props) / sizeof(file_asset_props[PARAM0]); in Init() local
199 napi_value exportsValue = GetExports(env, exports, file_asset_props, fileAssetPropsSize); in Init()