Searched refs:GetSubStr (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | process_skeleton.h | 48 … 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 D | dbinder_databus_invoker.cpp | 955 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 D | binder_invoker.cpp | 1658 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 D | process_skeleton.cpp | 396 bool ProcessSkeleton::GetSubStr(const std::string &str, std::string &substr, size_t offset, size_t … in GetSubStr() function in OHOS::ProcessSkeleton
|