Searched refs:PARAM_JS_LOGV (Results 1 - 4 of 4) sorted by relevance
/base/startup/init/interfaces/kits/jskits/src/ |
H A D | native_parameters_watch.cpp | 108 PARAM_JS_LOGV("JSApp Wait status: %d, key: %s", asyncContext->status, asyncContext->key); 119 PARAM_JS_LOGV("JSApp Wait status: %d, key: %s ", asyncContext->status, asyncContext->key); 178 PARAM_JS_LOGV("JSApp Wait key: %s, value: %s timeout %d.", 229 PARAM_JS_LOGV("JSApp watcher add watcher callback %s %u.", 235 PARAM_JS_LOGV("JSApp watcher key %s delete callback %u", watcher->keyPrefix, next); 244 PARAM_JS_LOGV("JSApp watcher key %s has been callbacked %u.", 261 PARAM_JS_LOGV("JSApp watcher key %s callbackRef has been deleted %d.", watcher->keyPrefix, next); 348 PARAM_JS_LOGV("JSApp watcher keyPrefix = %s ", watcher->keyPrefix); 403 PARAM_JS_LOGV("JSApp watcher notify key %s callback deleted watcherId %u", 430 PARAM_JS_LOGV("JSAp [all...] |
H A D | native_parameters_js.h | 38 #define PARAM_JS_LOGV(fmt, ...) STARTUP_LOGV(PARAM_JS_DOMAIN, "PARAM_JS", fmt, ##__VA_ARGS__) macro
|
H A D | native_parameters_js.cpp | 49 PARAM_JS_LOGV("JSApp set::asyncContext-> status = %d, asyncContext->key = %s, asyncContext->value = %s.", 154 PARAM_JS_LOGV("JSApp SetSync::setResult = %d, input keyBuf = %s.", setResult, keyBuf); 208 PARAM_JS_LOGV("JSApp GetSync::getValue = %s, input keyStr = %s.", getValue.c_str(), keyBuf); 227 PARAM_JS_LOGV("JSApp get status = %d, asyncContext->getValue = %s, asyncContext->key = %s, value = %s.",
|
/base/startup/init/interfaces/kits/jskits/src_enhance/ |
H A D | native_parameters_js.cpp | 72 PARAM_JS_LOGV("BusinessErrorCreate status %d err %d msg: %s", status, ret, errMsg.c_str()); 111 PARAM_JS_LOGV("JSApp set status: %d, key: '%s', value: '%s'.", 176 PARAM_JS_LOGV("JSApp set key: %s(%d), value: %s(%d).", 220 PARAM_JS_LOGV("JSApp SetSync result:%d, key: '%s'.", ret, keyBuf.data()); 270 PARAM_JS_LOGV("JSApp get status: %d, key: '%s', value: '%s', defValue: '%s'.", 369 PARAM_JS_LOGV("JSApp Get key: '%s'(%d), def value: '%s'(%d).",
|
Completed in 3 milliseconds