Home
last modified time | relevance | path

Searched refs:DfsuException (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_exception.h39 class DfsuException : public std::exception {
41 DfsuException(int code, const std::string &msg) : code_(code), msg_(msg) {}; in DfsuException() function
63 throw DfsuException((code), __ss.str()); \
H A Ddfsu_actor.h112 bool ExceptionHandler(const DfsuException &e, std::unique_ptr<VirtualCmd<Ctx>> &currentCmd) in ExceptionHandler()
157 } catch (const DfsuException &e) { in Main()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dnetwork_agent_template.cpp181 } catch (const DfsuException &e) { in GetSession()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp61 } catch (const DfsuException &e) { in ~DeviceManagerAgent()