Home
last modified time | relevance | path

Searched refs:INVAILD_VALUE (Results 1 - 5 of 5) sorted by relevance

/base/print/print_fwk/services/print_service/include/
H A Dprint_usb_manager.h33 int32_t sendDocConfigIndex = INVAILD_VALUE;
34 int32_t sendDocInterfaceIndex = INVAILD_VALUE;
35 int32_t commonConfigIndex = INVAILD_VALUE;
36 int32_t commonInterfaceIndex = INVAILD_VALUE;
/base/print/print_fwk/services/print_service/src/
H A Dprint_usb_manager.cpp186 if (tranIndex.commonConfigIndex == INVAILD_VALUE) { in AllocateInterface()
189 } else if (tranIndex.sendDocConfigIndex == INVAILD_VALUE) { in AllocateInterface()
195 if (tranIndex.commonConfigIndex == INVAILD_VALUE || tranIndex.sendDocConfigIndex == INVAILD_VALUE) { in AllocateInterface()
197 if (tranIndex.commonConfigIndex != INVAILD_VALUE) { in AllocateInterface()
267 return INVAILD_VALUE; in BulkTransferWrite()
270 int32_t currentConfigIndex = INVAILD_VALUE; in BulkTransferWrite()
271 int32_t currentInterfaceIndex = INVAILD_VALUE; in BulkTransferWrite()
302 return INVAILD_VALUE; in BulkTransferRead()
305 int32_t currentConfigIndex = INVAILD_VALUE; in BulkTransferRead()
[all...]
/base/print/print_fwk/test/unittest/fwk_print_http_request_process_test/
H A Dprint_http_request_process_test.cpp936 EXPECT_EQ(INVAILD_VALUE, ret);
980 EXPECT_EQ(INVAILD_VALUE, ret);
/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_util.h136 return INVAILD_VALUE; in ConstructHttpResponse()
179 return INVAILD_VALUE; in ConstructHttpResponse()
H A Dprint_ipp_over_usb_constant.h147 const int INVAILD_VALUE = -1; member

Completed in 3 milliseconds