Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_object.h128 … uint32_t flatSize = TranslateBinderType(binderObject, flatOffset + totalSize, sessionObject); in IRemoteObjectTranslateWhenSend() local
129 if (flatSize == 0) { in IRemoteObjectTranslateWhenSend()
133 totalSize += flatSize; in IRemoteObjectTranslateWhenSend()
137 … uint32_t flatSize = TranslateHandleType(binderObject, flatOffset + totalSize, sessionObject); in IRemoteObjectTranslateWhenSend() local
138 if (flatSize == 0) { in IRemoteObjectTranslateWhenSend()
142 totalSize += flatSize; in IRemoteObjectTranslateWhenSend()