Home
last modified time | relevance | path

Searched refs:TransErrorCode (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Dhirecorder_impl.cpp99 return TransErrorCode(ret); in SetAudioSource()
120 return TransErrorCode(ret); in SetVideoSource()
122 return TransErrorCode(ErrorCode::ERROR_UNIMPLEMENTED); in SetVideoSource()
151 return TransErrorCode(ret); in SetOutputFormat()
158 return TransErrorCode(ErrorCode::SUCCESS); in SetObs()
175 return TransErrorCode(ret); in Configure()
187 return TransErrorCode(ret); in Prepare()
202 return TransErrorCode(ret); in Prepare()
217 return TransErrorCode(ret); in Start()
225 auto ret = TransErrorCode(fsm_.SendEvent(Intent::PAUSE)); in Pause()
[all …]
H A Drecorder_utils.h79 int TransErrorCode(ErrorCode errorCode);
H A Drecorder_utils.cpp41 int TransErrorCode(ErrorCode errorCode) in TransErrorCode() function
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp165 return TransErrorCode(ret); in SetSource()
182 return TransErrorCode(ret); in SetSource()
203 return TransErrorCode(ret); in Prepare()
247 return TransErrorCode(ret); in PrepareAsync()
268 return TransErrorCode(ret); in Play()
292 auto ret = TransErrorCode(DoStop()); in Stop()
333 return TransErrorCode(ret); in Seek()
811 return TransErrorCode(ret); in Reset()
1050 return TransErrorCode(ret); in SetVideoScaleType()
1062 return TransErrorCode(ret); in SetAudioRendererInfo()
[all …]
H A Dmedia_utils.h25 int TransErrorCode(ErrorCode errorCode);
H A Dmedia_utils.cpp50 int TransErrorCode(ErrorCode errorCode) in TransErrorCode() function
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dnapi_error.cpp31 error = MediaLibraryNapiUtils::TransErrorCode(apiName, resultSet); in SaveError()
37 error = MediaLibraryNapiUtils::TransErrorCode(apiName, ret); in SaveError()
H A Dthumbnail_manager.cpp555 int32_t errorNum = MediaLibraryNapiUtils::TransErrorCode("requestPhoto", request->error); in HandlePixelCallback()
H A Dmedialibrary_napi_utils.cpp667 int MediaLibraryNapiUtils::TransErrorCode(const string &Name, shared_ptr<DataShare::DataShareResult… in TransErrorCode() function in OHOS::Media::MediaLibraryNapiUtils
677 int MediaLibraryNapiUtils::TransErrorCode(const string &Name, int error) in TransErrorCode() function in OHOS::Media::MediaLibraryNapiUtils
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_medialibrary_napi_utils.h173 …static int TransErrorCode(const std::string &Name, std::shared_ptr<DataShare::DataShareResultSet> …
175 static int TransErrorCode(const std::string &Name, int error);
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_ffi.cpp36 int32_t TransErrorCode(int32_t error) in TransErrorCode() function
118 ret.code = TransErrorCode(errno); in CJ_GetAddressesByName()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp537 int32_t TransErrorCode(int32_t error) in TransErrorCode() function
572 int32_t temp = TransErrorCode(errno); in ExecGetAddressesByName()
631 int32_t temp = TransErrorCode(errno); in ExecGetAddressByName()
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedialibrary_napi_utils.h716 …static int TransErrorCode(const std::string &Name, std::shared_ptr<DataShare::DataShareResultSet> …
718 static int TransErrorCode(const std::string &Name, int error);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_medialibrary_napi_utils.cpp582 int SendableMediaLibraryNapiUtils::TransErrorCode(const string &Name, in TransErrorCode() function in OHOS::Media::SendableMediaLibraryNapiUtils
593 int SendableMediaLibraryNapiUtils::TransErrorCode(const string &Name, int error) in TransErrorCode() function in OHOS::Media::SendableMediaLibraryNapiUtils