Searched defs:paramLength (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/src/ |
H A D | ble_scan_filter_lsf.cpp | 378 size_t paramLength = LSF_CMD_HEAD_LENGTH; in BleScanFilterSetParameters() local 414 size_t paramLength = 0; in BleScanFilterUuidAdd() local 463 size_t paramLength = 0; in BleScanFilterNameAdd() local 491 size_t paramLength = 0; in BleScanFilterManufacturerDataAdd() local 550 size_t paramLength = 0; in BleScanFilterServiceDataAdd() local 592 uint16_t opCode, const void *param, uint8_t paramLength, void *context) in VendEventCommandCompleteCallback() 622 void BleScanFilterLsf::BleScanFilterGetCapabilitiesComplete(const void *param, uint8_t paramLength) in BleScanFilterGetCapabilitiesComplete() 651 void BleScanFilterLsf::BleScanFilterCommandComplete(const void *param, uint8_t paramLength) in BleScanFilterCommandComplete()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci_vendor_if.c | 147 int HCIVIF_SendCmd(uint16_t opCode, const void *param, size_t paramLength) in HCIVIF_SendCmd() 153 …cfi") void HciEventOnVendorCommandComplete(uint16_t opCode, const void *param, uint8_t paramLength) in HciEventOnVendorCommandComplete()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/ |
H A D | hci_cmd.c | 188 static Packet *HciCreateCmdPacketWithParam(uint16_t opCode, const void *param, uint8_t paramLength) in HciCreateCmdPacketWithParam() 201 HciCmd *HciAllocCmd(uint16_t opCode, const void *param, size_t paramLength) in HciAllocCmd()
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | utils.cpp | 63 std::string ReadSystemParameter(const char *paramKey, const int paramLength) in ReadSystemParameter()
|
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/ |
H A D | ability_command.cpp | 830 const char* optarg, const size_t paramLength, std::string &perfCmd) in CheckPerfCmdString()
|
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | intl_test.cpp | 1938 int paramLength = 128; variable
|