Searched refs:functionId (Results 1 – 5 of 5) sorted by relevance
215 sal_Int32 functionId = 0; in sendRequest() local229 functionId = atd->pInterface->pMapMemberIndexToFunctionIndex[ in sendRequest()232 ++functionId; in sendRequest()246 functionId = mtd->pInterface->pMapMemberIndexToFunctionIndex[ 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()267 if (newType || newOid || newTid || forceSynchronous || functionId > 0x3FFF) in sendRequest()273 (newTid ? 0x08 : 0) | (functionId > 0xFF ? 0x04 : 0) | in sendRequest()280 if (functionId <= 0xFF) { in sendRequest()[all …]
161 sal_uInt16 functionId; in readMessage() local185 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 …]
56 css::uno::TypeDescription const & type, sal_uInt16 functionId, in IncomingRequest() argument61 functionId_(functionId), synchronous_(synchronous), member_(member), in IncomingRequest()
53 sal_uInt16 functionId, bool synchronous,
397 private UrpMessage readRequest(int functionId, boolean forcedSynchronous) { in readRequest() argument402 && functionId != MethodDescription.ID_RELEASE) in readRequest()406 IMethodDescription desc = inL1Type.getMethodDescription(functionId); in readRequest()