Searched refs:PRINT_ASSERT (Results 1 – 3 of 3) sorted by relevance
/base/print/print_fwk/interfaces/kits/napi/src/ |
D | print_task.cpp | 108 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()
|
D | napi_inner_print.cpp | 408 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/ |
D | print_constant.h | 36 #define PRINT_ASSERT(env, assertion, message) PRINT_ASSERT_BASE(env, assertion, message, nullptr) macro
|