Home
last modified time | relevance | path

Searched refs:OnFailed (Results 1 - 25 of 33) sorted by relevance

12

/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_dhcp_controller.h38 static void OnFailed(int status, const char *ifname, const char *reason);
47 clientEvent.OnIpFailChanged = EthernetDhcpControllerResultNotify::OnFailed; in EthernetDhcpController()
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Dfile_trans_listener_proxy_test.cpp126 * @tc.desc: Verify the OnFailed function.
134 auto ret = proxy_->OnFailed("test", 0); in HWTEST_F()
139 ret = proxy_->OnFailed("test", 0); in HWTEST_F()
145 ret = proxy_->OnFailed("test", 0); in HWTEST_F()
152 ret = testProxy->OnFailed("test", 0); in HWTEST_F()
160 * @tc.desc: Verify the OnFailed function.
172 auto ret = proxy_->OnFailed("test", 0); in HWTEST_F()
179 ret = proxy_->OnFailed("test", 0); in HWTEST_F()
H A Ddaemon_test.cpp44 MOCK_METHOD2(OnFailed, int32_t(const std::string &sessionName, int32_t errorCode));
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_dhcp_controller.cpp39 void EthernetDhcpController::EthernetDhcpControllerResultNotify::OnFailed(int status, const char *ifname, in OnFailed() function in OHOS::NetManagerStandard::EthernetDhcpController::EthernetDhcpControllerResultNotify
42 NETMGR_EXT_LOG_I("EthernetDhcpControllerResultNotify OnFailed."); in OnFailed()
60 clientEvent.OnIpFailChanged = EthernetDhcpControllerResultNotify::OnFailed; in StartClient()
/foundation/filemanagement/dfs_service/test/fuzztest/filetranslistenerstub_fuzzer/
H A Dfiletranslistenerstub_fuzzer.cpp40 int32_t OnFailed(const std::string &sessionName, int32_t errorCode) override;
51 int32_t FileTransListenerStubImpl::OnFailed(const std::string &sessionName, int32_t errorCode) in OnFailed() function in OHOS::FileTransListenerStubImpl
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/
H A Di_file_trans_listener.h32 virtual int32_t OnFailed(const std::string &sessionName, int32_t errorCode) = 0;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Dfile_trans_listener_proxy.h33 int32_t OnFailed(const std::string &sessionName, int32_t errorCode) override;
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/
H A Dfile_trans_listener_mock.h39 MOCK_METHOD2(OnFailed, int32_t(const std::string &sessionName, int32_t errorCode));
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddhcp_controller.h31 static void OnFailed(int status, const char *ifname, const char *reason);
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/
H A Dfile_trans_listener_stub_test.cpp33 MOCK_METHOD2(OnFailed, int32_t(const std::string &sessionName, int32_t errorCode));
142 EXPECT_CALL(*mockStub_, OnFailed(_, _)).WillOnce(Return(E_OK)); in HWTEST_F()
165 EXPECT_CALL(*mockStub_, OnFailed(_, _)).WillOnce(Return(E_OK)); in HWTEST_F()
248 EXPECT_CALL(*mockStub_, OnFailed(_, _)).WillOnce(Return(E_PERMISSION_DENIED)); in HWTEST_F()
254 EXPECT_CALL(*mockStub_, OnFailed(_, _)).WillOnce(Return(E_OK)); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/include/enhancement_service/
H A Denhancement_service_callback.h53 EXPORT static void OnFailed(const char* photoId, MediaEnhance::MediaEnhanceBundleHandle* bundle);
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp61 void DhcpController::DhcpControllerResultNotify::OnFailed(int status, const char *ifname, in OnFailed() function in OHOS::nmd::DhcpController::DhcpControllerResultNotify
64 NETNATIVE_LOGE("Enter DhcpController::DhcpControllerResultNotify::OnFailed"); in OnFailed()
84 clientEvent.OnIpFailChanged = DhcpControllerResultNotify::OnFailed; in StartClient()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_lite_source/
H A Dhttp_lite_manager.h83 friend void OnFailed(int httpError, int localError, void *priv, int supportRetry);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dfile_trans_listener_proxy.cpp61 int32_t FileTransListenerProxy::OnFailed(const std::string &sessionName, int32_t errorCode) in OnFailed() function in OHOS::Storage::DistributedFile::FileTransListenerProxy
H A Dtrans_mananger.cpp56 iter->second->OnFailed(sessionName, errorCode); in NotifyFileFailed()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/copy_listener/
H A Dtrans_listener.h41 int32_t OnFailed(const std::string &sessionName, int32_t errorCode) override;
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/
H A Dfile_trans_listener_stub.cpp90 int32_t res = OnFailed(sessionName, errorCode); in HandleOnFailed()
92 LOGE("OnFailed call failed"); in HandleOnFailed()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dtranslistener.h39 int32_t OnFailed(const std::string& sessionName, int32_t errorCode) override;
H A Dtranslistener.cpp236 int32_t TransListener::OnFailed(const std::string &sessionName, int32_t errorCode) in OnFailed() function in OHOS::CJSystemapi::TransListener
238 LOGI("OnFailed, errorCode is %{public}d", errorCode); in OnFailed()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddhcp_controller_test.cpp87 notifier->OnFailed(status, ifname.c_str(), reason.c_str()); in HWTEST_F()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Ddhcpd_interface_test.cpp69 void OnFailed(int status, const char *ifname, const char *reason);
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.h65 static void OnFailed(int status, const char *ifname, const char *reason);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_cloud_enhancement_test/src/
H A Dmedialibrary_cloud_enhancement_test.cpp904 EnhancementServiceCallback::OnFailed(taskId, bundle); in HWTEST_F()
907 EnhancementServiceCallback::OnFailed(taskId2, bundle); in HWTEST_F()
914 EnhancementServiceCallback::OnFailed(taskId2, bundle); in HWTEST_F()
945 EnhancementServiceCallback::OnFailed(taskId, bundle); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/enhancement_service/
H A Denhancement_service_callback.cpp197 void EnhancementServiceCallback::OnFailed(const char* photoId, MediaEnhanceBundleHandle* bundle) in OnFailed() function in OHOS::Media::EnhancementServiceCallback
209 MEDIA_INFO_LOG("callback OnFailed: add %{public}s to queue", photoId); in OnFailed()
H A Denhancement_service_adapter.cpp289 .onFailedFunc = &EnhancementServiceCallback::OnFailed, in SetResultCallback()

Completed in 11 milliseconds

12