Searched refs:argPtr (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/ |
H A D | hiview_log.c | 452 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 D | output_p.inl | 324 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 D | jsi_offscreen_canvas_bridge.cpp | 628 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 D | jsi_canvas_bridge.cpp | 841 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()
|