Home
last modified time | relevance | path

Searched refs:argPtr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c452 static int SecDecodeTypeS(SecFormatAttr *attr, char *argPtr, SecFormatBuf *formatBuf) in SecDecodeTypeS() argument
468 formatBuf->str = argPtr; in SecDecodeTypeS()
776 char *argPtr = (char *)va_arg(arglist, char *); in HiLogSecOutputS() local
777 textLen = SecDecodeTypeS(&formatAttr, argPtr, &formatBuf); in HiLogSecOutputS()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl324 static int SecDecodeTypeS(SecFormatAttr *attr, char *argPtr, SecFormatBuf *formatBuf) argument
340 formatBuf->str = argPtr;
651 char *argPtr = (char *)va_arg(arglist, char *); local
656 textLen = SecDecodeTypeS(&formatAttr, argPtr, &formatBuf);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp628 std::unique_ptr<JsonValue> argPtr = JsonUtil::ParseJsonString(argv[5]->ToString(runtime)); in JsArc() local
629 if (argPtr && argPtr->IsBool()) { in JsArc()
630 param.anticlockwise = argPtr->GetBool(); in JsArc()
H A Djsi_canvas_bridge.cpp841 std::unique_ptr<JsonValue> argPtr = JsonUtil::ParseJsonString(argv[5]->ToString(runtime)); in JsArc() local
842 if (argPtr && argPtr->IsBool()) { in JsArc()
843 param.anticlockwise = argPtr->GetBool(); in JsArc()