Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/script/script_manager/
H A Dscript_utils.h31 #define USCRIPT_LOGD(format, ...) Logger(Updater::DEBUG, (UPDATER_LOG_FILE_NAME), (__LINE__), forma… macro
H A Dscript_managerImpl.cpp245 USCRIPT_LOGD("AddInstruction instrName: %s ", instrName.c_str()); in AddInstruction()
/ohos5.0/base/update/updater/services/script/script_instruction/
H A Dscript_instructionhelper.cpp208 USCRIPT_LOGD("RegisterUserInstruction %s successfull", instrName.c_str()); in RegisterUserInstruction()