Searched refs:functionId (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/binaryurp/source/ |
H A D | writer.cxx | 215 sal_Int32 functionId = 0; in sendRequest() local 232 ++functionId; in sendRequest() 249 functionId != SPECIAL_FUNCTION_ID_RELEASE; in sendRequest() 256 OSL_ASSERT(functionId >= 0); in sendRequest() 257 if (functionId > SAL_MAX_UINT16) { in sendRequest() 273 (newTid ? 0x08 : 0) | (functionId > 0xFF ? 0x04 : 0) | in sendRequest() 280 if (functionId <= 0xFF) { in sendRequest() 294 } else if (functionId <= 0x3F) { // <= 6 bit function ID in sendRequest() 295 Marshal::write8(&buf, static_cast< sal_uInt8 >(functionId)); in sendRequest() 299 &buf, static_cast< sal_uInt8 >(0x40 | (functionId >> 8))); in sendRequest() [all …]
|
H A D | reader.cxx | 161 sal_uInt16 functionId; in readMessage() local 185 functionId = ((flags1 & 0x04) != 0) // bit 2: FUNCTIONID16 in readMessage() 192 functionId = ((flags1 & 0x40) != 0) // bit 6: FUNCTIONID14 in readMessage() 245 if (functionId >= itd->nMapFunctionIndexToMemberIndex) { in readMessage() 252 sal_Int32 memberId = itd->pMapFunctionIndexToMemberIndex[functionId]; in readMessage() 257 bool ccMode = !protProps && functionId != SPECIAL_FUNCTION_ID_RELEASE && in readMessage() 290 setter = itd->pMapMemberIndexToFunctionIndex[memberId] != functionId; in readMessage() 323 !protProps && functionId != SPECIAL_FUNCTION_ID_RELEASE); in readMessage() 325 switch (functionId) { in readMessage() 342 switch (functionId) { in readMessage() [all …]
|
H A D | incomingrequest.cxx | 56 css::uno::TypeDescription const & type, sal_uInt16 functionId, in IncomingRequest() argument 61 functionId_(functionId), synchronous_(synchronous), member_(member), in IncomingRequest()
|
H A D | incomingrequest.hxx | 53 sal_uInt16 functionId, bool synchronous,
|
/aoo41x/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
H A D | urp.java | 397 private UrpMessage readRequest(int functionId, boolean forcedSynchronous) { in readRequest() argument 402 && functionId != MethodDescription.ID_RELEASE) in readRequest() 406 IMethodDescription desc = inL1Type.getMethodDescription(functionId); in readRequest()
|
Completed in 21 milliseconds