Home
last modified time | relevance | path

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

/base/print/print_fwk/utils/include/
H A Dprint_constant.h36 #define PRINT_ASSERT(env, assertion, message) PRINT_ASSERT_BASE(env, assertion, message, nullptr) macro
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_task.cpp365 PRINT_ASSERT(env, argc == NapiPrintUtils::ARGC_TWO, "need 2 parameter!"); in On()
369 PRINT_ASSERT(env, valuetype == napi_string, "type is not a string"); in On()
375 PRINT_ASSERT(env, valuetype == napi_function, "callback is not a function"); in On()
H A Dnapi_inner_print.cpp526 PRINT_ASSERT(env, argc == NapiPrintUtils::ARGC_TWO, "need 2 parameter!"); in On()
530 PRINT_ASSERT(env, valuetype == napi_string, "type is not a string"); in On()
541 PRINT_ASSERT(env, valuetype == napi_function, "callback is not a function"); in On()
602 PRINT_ASSERT(env, argc == NapiPrintUtils::ARGC_FOUR, "StartGetPrintFile need 4 parameter!"); in StartGetPrintFile()
606 PRINT_ASSERT(env, valuetype == napi_string, "type is not a string"); in StartGetPrintFile()

Completed in 3 milliseconds