Searched refs:parseRawFileItem (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_source_napi.cpp | 263 static bool parseRawFileItem(napi_env env, napi_value argValue, const std::string& item, int32_t* v… in parseRawFileItem() function 289 if (parseRawFileItem(env, argValue, "fd", &(context->rawFileInfo.fd)) && in isRawFileDescriptor() 290 parseRawFileItem(env, argValue, "offset", &(context->rawFileInfo.offset)) && in isRawFileDescriptor() 291 parseRawFileItem(env, argValue, "length", &(context->rawFileInfo.length))) { in isRawFileDescriptor()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_source_napi.cpp | 1212 static bool parseRawFileItem(napi_env env, napi_value argValue, std::string item, int32_t* value) in parseRawFileItem() function 1238 if (parseRawFileItem(env, argValue, "fd", &(context->rawFileInfo.fd)) && in isRawFileDescriptor() 1239 parseRawFileItem(env, argValue, "offset", &(context->rawFileInfo.offset)) && in isRawFileDescriptor() 1240 parseRawFileItem(env, argValue, "length", &(context->rawFileInfo.length))) { in isRawFileDescriptor()
|