Home
last modified time | relevance | path

Searched refs:strPtr (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/startup/appspawn/lite/
H A Dappspawn_message.c69 char *strPtr = cJSON_GetStringValue(strItem); in ReadStringItem() local
70 if (strPtr == NULL) { in ReadStringItem()
74 size_t strLength = strlen(strPtr); in ReadStringItem()
84 if (strLength > 0 && memcpy_s(bufTmp, strLength, strPtr, strLength) != EOK) { in ReadStringItem()
/ohos5.0/base/startup/appspawn/service/hnp/pack/src/
H A Dhnp_pack.c32 char *strPtr; in AddHnpCfgFileToZip() local
38 strPtr = strrchr(hnpSrcPath, DIR_SPLIT_SYMBOL); in AddHnpCfgFileToZip()
39 if (strPtr == NULL) { in AddHnpCfgFileToZip()
42 offset = strPtr - hnpSrcPath + 1; in AddHnpCfgFileToZip()
/ohos5.0/base/startup/appspawn/service/hnp/base/
H A Dhnp_zip.c255 char *strPtr; in HnpZip() local
262 strPtr = strrchr(inputDir, DIR_SPLIT_SYMBOL); in HnpZip()
263 if (strPtr == NULL) { in HnpZip()
266 offset = strPtr - inputDir + 1; in HnpZip()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp165 char** strPtr = (char**)head->value; in AddParams2EventPack() local
167 CharPtrToVector(strPtr, head->size, strVec); in AddParams2EventPack()
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-parcel.md349 char *strPtr = str.c_str();
351 parcel.WriteBuffer(strPtr, len);
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dparameter_parse.cpp176 char **strPtr = static_cast<char **>(head->value); in SetDataParameters() local
178 charPtrToVector(strPtr, head->size, strVec); in SetDataParameters()