Home
last modified time | relevance | path

Searched refs:OHOS (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/arkcompiler/toolchain/inspector/
Dlog_wrapper.h23 namespace OHOS::ArkCompiler::Toolchain {
59 static constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {
75 #define LOGF(fmt, ...) OHOS::HiviewDFX::HiLog::Fatal(LABEL, fmt, ##__VA_ARGS__)
76 #define LOGE(fmt, ...) OHOS::HiviewDFX::HiLog::Error(LABEL, fmt, ##__VA_ARGS__)
77 #define LOGW(fmt, ...) OHOS::HiviewDFX::HiLog::Warn(LABEL, fmt, ##__VA_ARGS__)
78 #define LOGI(fmt, ...) OHOS::HiviewDFX::HiLog::Info(LABEL, fmt, ##__VA_ARGS__)
79 #define LOGD(fmt, ...) OHOS::HiviewDFX::HiLog::Debug(LABEL, fmt, ##__VA_ARGS__)
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Ddirectory.cpp23 if (!OHOS::ForceCreateDirectory(path)) { in ForceCreateDirectory()
32 return OHOS::ChangeModeDirectory(path, mode); in SetDirModeAsDefault()
38 return OHOS::ChangeModeFile(filename, mode); in SetFileModeAsDefault()
/arkcompiler/toolchain/test/fuzztest/connectserver_fuzzer/
Dconnectserver_fuzzer.cpp22 using namespace OHOS::ArkCompiler::Toolchain;
24 namespace OHOS { namespace
47 OHOS::ConnectServerFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/toolchain/test/fuzztest/wsserver_fuzzer/
Dwsserver_fuzzer.cpp22 using namespace OHOS::ArkCompiler::Toolchain;
24 namespace OHOS { namespace
50 OHOS::WsServerFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/runtime_core/tests/fuzztest/openpandafilefrommemory_fuzzer/
Dopenpandafilefrommemory_fuzzer.cpp19 namespace OHOS { namespace
30 OHOS::OpenPandaFileFromMemoryFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/runtime_core/tests/fuzztest/jsonobjectctor1_fuzzer/
Djsonobjectctor1_fuzzer.cpp20 namespace OHOS { namespace
32 OHOS::JsonObjectCtor1FuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/runtime_core/tests/fuzztest/int64tracepoint_fuzzer/
Dint64tracepoint_fuzzer.cpp20 namespace OHOS { namespace
31 OHOS::Int64TracePointFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/runtime_core/tests/fuzztest/inttracepoint_fuzzer/
Dinttracepoint_fuzzer.cpp20 namespace OHOS { namespace
31 OHOS::IntTracePointFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/runtime_core/tests/fuzztest/begintracepoint_fuzzer/
Dbegintracepoint_fuzzer.cpp20 namespace OHOS { namespace
32 OHOS::BeginTracePointFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/ets_runtime/test/fuzztest/containersprivateload_fuzzer/
Dcontainersprivateload_fuzzer.cpp31 namespace OHOS { namespace
42 OHOS::ContainersPrivateLoadFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/ets_runtime/test/fuzztest/containersprivatelightweightset_fuzzer/
Dcontainersprivatelightweightset_fuzzer.cpp32 namespace OHOS { namespace
43 OHOS::ContainersPrivateLightWeightSetFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/ets_runtime/test/fuzztest/containersprivatestack_fuzzer/
Dcontainersprivatestack_fuzzer.cpp31 namespace OHOS { namespace
42 OHOS::ContainersPrivateStackFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/ets_runtime/test/fuzztest/containersprivatelinkedlist_fuzzer/
Dcontainersprivatelinkedlist_fuzzer.cpp32 namespace OHOS { namespace
43 OHOS::ContainersPrivateLinkedListFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/ets_runtime/test/fuzztest/containersprivatequeue_fuzzer/
Dcontainersprivatequeue_fuzzer.cpp31 namespace OHOS { namespace
42 OHOS::ContainersPrivateQueueFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/ets_runtime/test/fuzztest/containersprivatevector_fuzzer/
Dcontainersprivatevector_fuzzer.cpp31 namespace OHOS { namespace
42 OHOS::ContainersPrivateVectorFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/ets_runtime/test/fuzztest/containersprivatetreemap_fuzzer/
Dcontainersprivatetreemap_fuzzer.cpp32 namespace OHOS { namespace
43 OHOS::ContainersPrivateTreeMapFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/ets_runtime/test/fuzztest/containersprivatehashmap_fuzzer/
Dcontainersprivatehashmap_fuzzer.cpp32 namespace OHOS { namespace
43 OHOS::ContainersPrivateHashMapFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/ets_runtime/test/fuzztest/containersprivatelist_fuzzer/
Dcontainersprivatelist_fuzzer.cpp32 namespace OHOS { namespace
43 OHOS::ContainersPrivateListFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/ets_runtime/test/fuzztest/containersprivatearraylist_fuzzer/
Dcontainersprivatearraylist_fuzzer.cpp31 namespace OHOS { namespace
42 OHOS::ContainersPrivateArrayListFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/ets_runtime/test/fuzztest/containersprivatelightweightmap_fuzzer/
Dcontainersprivatelightweightmap_fuzzer.cpp32 namespace OHOS { namespace
43 OHOS::ContainersPrivateLightWeightMapFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/ets_runtime/test/fuzztest/containersprivatehashset_fuzzer/
Dcontainersprivatehashset_fuzzer.cpp32 namespace OHOS { namespace
43 OHOS::ContainersPrivateHashSetFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/ets_runtime/test/fuzztest/containersprivatedeque_fuzzer/
Dcontainersprivatedeque_fuzzer.cpp31 namespace OHOS { namespace
42 OHOS::ContainersPrivateDequeFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/ets_runtime/test/fuzztest/containersprivatetreeset_fuzzer/
Dcontainersprivatetreeset_fuzzer.cpp32 namespace OHOS { namespace
43 OHOS::ContainersPrivateTreeSetFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/ets_runtime/test/fuzztest/containersprivateplainarray_fuzzer/
Dcontainersprivateplainarray_fuzzer.cpp32 namespace OHOS { namespace
43 OHOS::ContainersPrivatePlainArrayFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/arkcompiler/runtime_core/tests/fuzztest/jsonobjectctor2_fuzzer/
Djsonobjectctor2_fuzzer.cpp22 namespace OHOS { namespace
34 OHOS::JsonObjectCtor2FuzzTest(data, size); in LLVMFuzzerTestOneInput()

12345678910>>...15