Home
last modified time | relevance | path

Searched refs:ARGS_SIZE_ZERO (Results 1 - 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dnapi_constants.h21 constexpr size_t ARGS_SIZE_ZERO = 0; member
/foundation/ability/form_fwk/frameworks/js/napi/form_provider/
H A Djs_form_provider.cpp40 constexpr size_t ARGS_SIZE_ZERO = 0; member
145 if (argc == ARGS_SIZE_ZERO) { in OnGetFormsInfoParseParam()
372 if (CheckParamNum(env, argc, ARGS_SIZE_ZERO, ARGS_SIZE_ONE) == false) { in OnIsRequestPublishFormSupported()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp732 size_t argc = ARGS_SIZE_ZERO; in CheckEmptyParam()
734 NAPI_BT_RETURN_IF(argc != ARGS_SIZE_ZERO, "Requires 0 argument.", napi_invalid_arg); in CheckEmptyParam()
807 NAPI_BT_RETURN_IF(argc == ARGS_SIZE_ZERO, "Requires at least 1 arguments", napi_invalid_arg); in NapiGetOnOffCallbackName()
/foundation/ability/form_fwk/frameworks/js/napi/formProvider/
H A Dnapi_form_provider.cpp39 constexpr size_t ARGS_SIZE_ZERO = 0; member
555 napi_value lastParam = (argc <= ARGS_SIZE_ZERO) ? nullptr : argv[PARAM0]; in OnIsRequestPublishFormSupported()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_def.h373 constexpr size_t ARGS_SIZE_ZERO = 0; member
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h42 constexpr size_t ARGS_SIZE_ZERO = 0; member
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp373 NAPI_BT_RETURN_IF(argc != ARGS_SIZE_ZERO && argc != ARGS_SIZE_ONE, "Requires 0 or 1 arguments.", napi_invalid_arg); in ParseGattClientGetServices()
505 NAPI_BT_RETURN_IF(argc != ARGS_SIZE_ZERO && argc != ARGS_SIZE_ONE, "Requires 0 or 1 arguments.", napi_invalid_arg); in CheckGattClientGetDeviceName()
H A Dnapi_bluetooth_ble.cpp1007 if (argc != ARGS_SIZE_ZERO) { in StopAdvertising()
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_system_ability_client.cpp65 ACCESSIBILITY_NAPI_ASSERT(env, argc == ARGS_SIZE_ZERO, OHOS::Accessibility::RET_ERR_INVALID_PARAM); in IsOpenAccessibilitySync()
132 ACCESSIBILITY_NAPI_ASSERT(env, argc == ARGS_SIZE_ZERO, OHOS::Accessibility::RET_ERR_INVALID_PARAM); in IsOpenTouchExplorationSync()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp4112 if (!args.Init(ARGS_SIZE_ZERO, ARGS_SIZE_ONE)) { in GetAllSharedBundleInfo()
4117 if (args.GetMaxArgc() < ARGS_SIZE_ZERO) { in GetAllSharedBundleInfo()
4810 if (!args.Init(ARGS_SIZE_ZERO, ARGS_SIZE_ONE)) { in GetRecoverableApplicationInfo()
5025 if (!args.Init(ARGS_SIZE_ZERO, ARGS_SIZE_ZERO)) { in GetAllPreinstalledApplicationInfos()
5099 if (!args.Init(ARGS_SIZE_ZERO, ARGS_SIZE_ONE)) { in GetDeveloperIds()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/
H A Dfree_install.cpp713 if (!args.Init(ARGS_SIZE_ZERO, ARGS_SIZE_ONE)) { in GetDispatchInfo()

Completed in 21 milliseconds