Home
last modified time | relevance | path

Searched refs:strToken (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cparcel.cpp359 std::string strToken = OHOS::Str16ToStr8(u16Token); in OH_IPCParcel_ReadInterfaceToken() local
360 if (u16Token.length() != 0 && strToken.length() == 0) { in OH_IPCParcel_ReadInterfaceToken()
363 static_cast<uint32_t>(u16Token.length()), static_cast<uint32_t>(strToken.length())); in OH_IPCParcel_ReadInterfaceToken()
367 int memLength = static_cast<int>(strToken.length()) + 1; in OH_IPCParcel_ReadInterfaceToken()
374 if (memcpy_s(*token, memLength, strToken.c_str(), memLength) != EOK) { in OH_IPCParcel_ReadInterfaceToken()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/base/
H A Dsecurec.h142 SECUREC_API char *strtok_s(char *strToken, const char *strDelimit, char **context);
144 SECUREC_API wchar_t *wcstok_s(wchar_t *strToken, const wchar_t *strDelimit, wchar_t **context);