Home
last modified time | relevance | path

Searched defs:ErrorCallback (Results 1 – 12 of 12) sorted by relevance

/foundation/communication/netmanager_ext/interfaces/kits/js/
Dbasic.d.ts10 export interface ErrorCallback { interface
/foundation/communication/netmanager_base/interfaces/kits/js/
Dbasic.d.ts5 export interface ErrorCallback<T extends Error = BusinessError> { interface
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
Dxcomponent_component.h85 using ErrorCallback = std::function<void(const std::string&, const std::string&)>; variable
/foundation/arkui/ace_engine/frameworks/core/components/video/
Dvideo_element.h54 using ErrorCallback = std::function<void(const std::string&, const std::string&)>; variable
/foundation/multimedia/player_framework/frameworks/js/recorder/
Daudio_recorder_napi.cpp671 void AudioRecorderNapi::ErrorCallback(MediaServiceExtErrCode errCode) in ErrorCallback() function in OHOS::Media::AudioRecorderNapi
Dvideo_recorder_napi.cpp790 void VideoRecorderNapi::ErrorCallback(MediaServiceExtErrCode errCode) in ErrorCallback() function in OHOS::Media::VideoRecorderNapi
/foundation/arkui/ace_engine/interfaces/napi/kits/router/
Djs_router.cpp281 using ErrorCallback = std::function<void(const std::string&, int32_t)>; typedef
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
Dsoundpool_napi.cpp790 void SoundPoolNapi::ErrorCallback(int32_t errCode, const std::string &operate, const std::string &a… in ErrorCallback() function in OHOS::Media::SoundPoolNapi
/foundation/multimedia/player_framework/frameworks/js/player/
Daudio_player_napi.cpp855 void AudioPlayerNapi::ErrorCallback(MediaServiceExtErrCode errCode, std::string errMsg) in ErrorCallback() function in OHOS::Media::AudioPlayerNapi
Dvideo_player_napi.cpp1333 void VideoPlayerNapi::ErrorCallback(MediaServiceExtErrCode errCode, std::string errMsg) in ErrorCallback() function in OHOS::Media::VideoPlayerNapi
/foundation/arkui/ace_engine/frameworks/core/components/web/
Dweb_component.h46 using ErrorCallback = std::function<void(const std::string&, const std::string&)>; variable
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
Davrecorder_napi.cpp1125 void AVRecorderNapi::ErrorCallback(int32_t errCode, const std::string &operate, const std::string &… in ErrorCallback() function in OHOS::Media::AVRecorderNapi