Home
last modified time | relevance | path

Searched defs:abnormalType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_transaction.cpp49 void DfxTransaction::ReportError(uint8_t abnormalType, int32_t errCode) in ReportError()
55 void DfxTransaction::Report(uint8_t abnormalType, int32_t errCode) in Report()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp4840 int32_t abnormalType = static_cast<int32_t>(ARKUI_NODE_CUSTOM_SPAN) + 1; variable