Searched refs:srcVal (Results 1 – 3 of 3) sorted by relevance
212 static void DfxEvtParamValCpy(void *dstVal, const void *srcVal, FillpDfxEventParamType type) in DfxEvtParamValCpy() argument217 *(FILLP_UINT8 *)dstVal = *(FILLP_UINT8 *)srcVal; in DfxEvtParamValCpy()220 *(FILLP_UINT16 *)dstVal = *(FILLP_UINT16 *)srcVal; in DfxEvtParamValCpy()225 *(FILLP_UINT32 *)dstVal = *(FILLP_UINT32 *)srcVal; in DfxEvtParamValCpy()229 *(FILLP_ULLONG *)dstVal = *(FILLP_ULLONG *)srcVal; in DfxEvtParamValCpy()232 if (strcpy_s(dstVal, FILLP_DFX_EVENT_NAME_LEN, srcVal) != EOK) { in DfxEvtParamValCpy()
337 Local<JSValueRef> srcVal = runtimeCallInfo->GetCallArgRef(5); in SetInitialize() local346 if (srcVal->IsString(vm)) { in SetInitialize()348 nativeNode, srcVal->ToString(vm)->ToString(vm).c_str()); in SetInitialize()
2036 char* srcVal = MallocStringOf(src); in GetImageObjectParam() local2041 return srcVal; in GetImageObjectParam()