Home
last modified time | relevance | path

Searched refs:GetSubStr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dprocess_skeleton.h48 … static bool GetSubStr(const std::string &str, std::string &substr, size_t offset, size_t length);
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp955 if (!ProcessSkeleton::GetSubStr(identity, tokenIdStr, 0, ACCESS_TOKEN_MAX_LEN) || in SetCallingIdentity()
961 if (!ProcessSkeleton::GetSubStr(identity, deviceId, ACCESS_TOKEN_MAX_LEN, DEVICEID_LENGTH)) { in SetCallingIdentity()
972 …if (!ProcessSkeleton::GetSubStr(identity, tokenStr, offset, subLen) || !ProcessSkeleton::IsNumStr(… in SetCallingIdentity()
H A Dbinder_invoker.cpp1658 if (!ProcessSkeleton::GetSubStr(identity, callerSid, 0, pos)) { in SetCallingIdentity()
1663 if (!ProcessSkeleton::GetSubStr(identity, tokenIdStr, pos + 1, ACCESS_TOKEN_MAX_LEN) || in SetCallingIdentity()
1669 …if (!ProcessSkeleton::GetSubStr(identity, realPidStr, pos + 1 + ACCESS_TOKEN_MAX_LEN, ACCESS_TOKEN… in SetCallingIdentity()
1681 …if (!ProcessSkeleton::GetSubStr(identity, pidUidStr, offset, subLen) || !ProcessSkeleton::IsNumStr… in SetCallingIdentity()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dprocess_skeleton.cpp396 bool ProcessSkeleton::GetSubStr(const std::string &str, std::string &substr, size_t offset, size_t … in GetSubStr() function in OHOS::ProcessSkeleton