Home
last modified time | relevance | path

Searched defs:category (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
Dtest_trace.cpp111 void TestCategory(JSVM_TraceCategory category, void (*func)()) in TestCategory()
132 #define TEST_TRACE_CATEGROY(category, func) \ argument
267 std::vector<JSVM_TraceCategory> category = {JSVM_TRACE_VM}; in TEST() local
272 std::vector<JSVM_TraceCategory> category = {JSVM_TRACE_WASM}; in TEST() local
290 std::vector<JSVM_TraceCategory> category = {JSVM_TRACE_WASM}; in TEST() local
295 std::vector<JSVM_TraceCategory> category = {JSVM_TRACE_VM}; in TEST() local
315 std::vector<JSVM_TraceCategory> category = {JSVM_TRACE_STACK_TRACE}; in TEST() local
372 std::vector<JSVM_TraceCategory> category(1); in TEST() local
379 std::vector<JSVM_TraceCategory> category = {JSVM_TRACE_WASM}; in TEST() local
388 std::vector<JSVM_TraceCategory> category = {JSVM_TRACE_WASM}; in TEST() local
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/entity/
DOhSampleBusinessGoods.java171 private String category; field in OhSampleBusinessGoods
/test/xts/tools/sample/AppSampleE/entry/src/main/ets/data/
DServer.ts63 category: string, property
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
Dnativendk.cpp57 OH_AVCodecCategory category; in CreateCapability() local