Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
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()
/foundation/arkui/ace_engine/test/unittest/interfaces/
Dnative_node_test.cpp4873 int32_t abnormalType = static_cast<int32_t>(ARKUI_NODE_CUSTOM_SPAN) + 1; variable