Searched refs:ParseArgGetDestPath (Results 1 - 1 of 1) sorted by relevance
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_asset_manager_napi.cpp | 521 napi_status ParseArgGetDestPath(napi_env env, napi_value arg, std::string &destPath) in ParseArgGetDestPath() function 691 if (ParseArgGetDestPath(env, asyncContext->argv[PARAM3], asyncContext->destUri) != napi_ok) { in ParseRequestMediaArgs() 692 NapiError::ThrowError(env, OHOS_INVALID_PARAM_CODE, "requestMedia ParseArgGetDestPath error"); in ParseRequestMediaArgs() 738 if (ParseArgGetDestPath(env, asyncContext->argv[PARAM3], asyncContext->destUri) != napi_ok) { in ParseEfficentRequestMediaArgs() 739 NapiError::ThrowError(env, OHOS_INVALID_PARAM_CODE, "requestMedia ParseArgGetDestPath error"); in ParseEfficentRequestMediaArgs()
|
Completed in 4 milliseconds