Home
last modified time | relevance | path

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

/base/print/print_fwk/interfaces/kits/napi/src/
Dprint_task.cpp108 PRINT_ASSERT(env, argc == NapiPrintUtils::ARGC_TWO, "need 2 parameter!"); in On()
112 PRINT_ASSERT(env, valuetype == napi_string, "type is not a string"); in On()
118 PRINT_ASSERT(env, valuetype == napi_function, "callback is not a function"); in On()
Dnapi_inner_print.cpp408 PRINT_ASSERT(env, argc == NapiPrintUtils::ARGC_TWO, "need 2 parameter!"); in On()
412 PRINT_ASSERT(env, valuetype == napi_string, "type is not a string"); in On()
423 PRINT_ASSERT(env, valuetype == napi_function, "callback is not a function"); in On()
/base/print/print_fwk/utils/include/
Dprint_constant.h36 #define PRINT_ASSERT(env, assertion, message) PRINT_ASSERT_BASE(env, assertion, message, nullptr) macro