Searched refs:PRINT_ASSERT (Results 1 - 3 of 3) sorted by relevance
/base/print/print_fwk/utils/include/ |
H A D | print_constant.h | 36 #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 D | print_task.cpp | 365 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 D | napi_inner_print.cpp | 526 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