Searched refs:strPtr (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/startup/appspawn/lite/ |
H A D | appspawn_message.c | 69 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 D | hnp_pack.c | 32 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 D | hnp_zip.c | 255 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 D | hiappevent_ffi.cpp | 165 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 D | c-utils-guide-parcel.md | 349 char *strPtr = str.c_str(); 351 parcel.WriteBuffer(strPtr, len);
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/ |
H A D | parameter_parse.cpp | 176 char **strPtr = static_cast<char **>(head->value); in SetDataParameters() local 178 charPtrToVector(strPtr, head->size, strVec); in SetDataParameters()
|