Home
last modified time | relevance | path

Searched refs:ErrorMap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_debug.h41 using ErrorMap = std::map<uint32_t, std::string>; variable
46 virtual ErrorMap &GetErrorMap() = 0;
53 ErrorMap::iterator found = GetErrorMap().find(error); in GetErrorDesc()
66 virtual ErrorMap &GetErrorMap() override;
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_debug.cpp28 ErrorMap &BinderDebug::GetErrorMap() in GetErrorMap()
30 static ErrorMap errorMap = { { BR_ERROR, "BR_ERROR" }, in GetErrorMap()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dbinder_debug.h27 virtual ErrorMap &GetErrorMap() override;