Home
last modified time | relevance | path

Searched refs:CALLBACK_SIZE (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H A Dnapi_bluetooth_spp_server.cpp84 NAPI_BT_RETURN_IF((argc != ARGS_SIZE_THREE && argc != ARGS_SIZE_THREE - CALLBACK_SIZE), in CheckSppListenParams()
200 NAPI_BT_RETURN_IF((argc != ARGS_SIZE_TWO && argc != ARGS_SIZE_TWO - CALLBACK_SIZE), in CheckSppAcceptParams()
H A Dnapi_bluetooth_spp_client.cpp38 NAPI_BT_RETURN_IF((argc != ARGS_SIZE_THREE && argc != ARGS_SIZE_THREE - CALLBACK_SIZE), in CheckSppConnectParams()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_def.h372 constexpr size_t CALLBACK_SIZE = 1;
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp270 NAPI_BT_RETURN_IF(argc != expectedArgsCount && argc != expectedArgsCount - CALLBACK_SIZE, in ParseGattClientReadCharacteristicValue()
322 NAPI_BT_RETURN_IF(argc != expectedArgsCount && argc != expectedArgsCount - CALLBACK_SIZE, in ParseGattClientReadDescriptorValue()
468 NAPI_BT_RETURN_IF(argc != expectedArgsCount && argc != expectedArgsCount - CALLBACK_SIZE, in ParseGattClientReadRssiValue()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h41 constexpr size_t CALLBACK_SIZE = 1; member
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp56 constexpr size_t CALLBACK_SIZE = 1; member
2090 if (argc > (ARGS_SIZE_ONE - CALLBACK_SIZE)) { in GetAllFormsInfo()
2205 if (argc > (ARGS_SIZE_THREE - CALLBACK_SIZE)) { in GetFormsInfoByModule()
2318 if (argc > (ARGS_SIZE_TWO - CALLBACK_SIZE)) { in GetFormsInfoByApp()
5078 if (argc > (ARGS_SIZE_ONE - CALLBACK_SIZE)) { in GetBundleInstaller()
5204 if (argc > (ARGS_SIZE_THREE - CALLBACK_SIZE)) { in Install()
5377 if (argc > (ARGS_SIZE_THREE - CALLBACK_SIZE)) { in Recover()
5553 if (argc > (ARGS_SIZE_THREE - CALLBACK_SIZE)) { in Uninstall()

Completed in 20 milliseconds