Home
last modified time | relevance | path

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

/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()
/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()
/base/startup/appspawn/service/hnp/base/
H A Dhnp_zip.c246 char *strPtr; in HnpZip() local
251 strPtr = strrchr(inputDir, DIR_SPLIT_SYMBOL); in HnpZip()
252 if (strPtr == NULL) { in HnpZip()
255 offset = strPtr - inputDir + 1; in HnpZip()
/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()
/base/account/os_account/frameworks/appaccount/cj/src/
H A Dappaccount_parameter_parse.cpp178 char **strPtr = static_cast<char **>(head->value); in SetDataParameters() local
180 charPtrToVector(strPtr, head->size, strVec); in SetDataParameters()
/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()

Completed in 5 milliseconds