| /applications/standard/app_samples/code/SystemFeature/Widget/FormExtAbility/persistentProxyForm/src/main/common/ |
| H A D | Logger.ts | 30 * @param args 38 * @param args 46 * @param args 54 * @param args
|
| /applications/standard/app_samples/code/SystemFeature/Widget/FormExtAbility/processProxyForm/src/main/common/ |
| H A D | Logger.ts | 30 * @param args 38 * @param args 46 * @param args 54 * @param args
|
| /applications/standard/app_samples/code/SystemFeature/Widget/RequestAddForm/entry/src/main/ets/logger/ |
| H A D | Logger.ts | 30 * @param args 38 * @param args 46 * @param args 54 * @param args
|
| /applications/standard/filepicker/entry/src/main/ets/base/utils/ |
| H A D | ObjectUtil.ts | 29 * @param obj
36 * @param obj
55 * @param obj 校验对象
56 * @param key 校验属性
|
| /applications/standard/photos/common/src/main/ets/default/interface/ |
| H A D | BrowserDataInterface.ts | 17 getData(callback: any, param: any): void; 19 getDataCount(callback: any, param: any): void; 25 getFileAssets?(id: any, param: any): any; 27 getDataIndexByUri(callback: unknown, param: unknown, uri: string): void;
|
| /applications/standard/settings/common/utils/src/main/ets/default/baseUtil/ |
| H A D | PreferenceUtil.ts | 30 * @param key - key 31 * @param value - value 42 * @param key - key 43 * @param defaultValue - defaultValue
|
| /device/board/hihope/rk3568/audio_drivers/headset_monitor/include/ |
| H A D | analog_headset_base.h | 35 * @param gpio Indicates the GPIO pin number. 36 * @param mode Indicates the interrupt trigger mode. For details, see {@link OSAL_IRQF_TRIGGER_RISING}. 37 * @param func Indicates the ISR function to set, which is specified by {@link GpioIrqFunc}. 38 * @param arg Indicates the pointer to the parameters passed to the ISR function.
|
| /device/soc/rockchip/rk2206/hardware/include/lz_hardware/ |
| H A D | interrupt.h | 32 * @param irq Indicates hardware interrupt number. 33 * @param irq Indicates interrupt handler used when a hardware interrupt is triggered. 34 * @param arg Indicates input parameter of the interrupt handler used when a hardware interrupt is triggered. 45 * @param irq Indicates hardware interrupt number.
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_debug.c | 27 void kbase_debug_assert_register_hook(kbase_debug_assert_hook *func, void *param) in kbase_debug_assert_register_hook() argument 30 kbasep_debug_assert_registered_cb.param = param; in kbase_debug_assert_register_hook() 36 kbasep_debug_assert_registered_cb.func(kbasep_debug_assert_registered_cb.param); in kbasep_debug_assert_call_hook()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_debug.c | 29 void kbase_debug_assert_register_hook(kbase_debug_assert_hook *func, void *param) in kbase_debug_assert_register_hook() argument 32 kbasep_debug_assert_registered_cb.param = param; in kbase_debug_assert_register_hook() 38 kbasep_debug_assert_registered_cb.func(kbasep_debug_assert_registered_cb.param); in kbasep_debug_assert_call_hook()
|
| /drivers/hdf_core/framework/model/storage/include/mtd/ |
| H A D | mtd_char.h | 27 * @param mtdDevice Indicates the pointer to the mtd device. 38 * @param mtdDevice Indicates the pointer to the mtd device. 48 * @param mtdDevice Indicates the pointer to the mtd device. 59 * @param mtdDevice Indicates the pointer to the mtd device.
|
| H A D | mtd_block.h | 25 * @param mtdDevice Indicates the pointer to the mtd device. 36 * @param mtdDevice Indicates the pointer to the mtd device. 46 * @param mtdDevice Indicates the pointer to the mtd device. 57 * @param mtdDevice Indicates the pointer to the mtd device.
|
| /foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
| H A D | ability_debug_response_interface.h | 29 * @param tokens The token of ability token. 35 * @param tokens The token of ability token. 41 * @param tokens The token of ability records. 42 * @param isAssertDebug Assert debug flag.
|
| H A D | kia_interceptor_proxy.h | 34 * @param impl The implementation of IKiaInterceptor. 49 * @param want The param of openning the app. 57 * @param data The message parcel data.
|
| /foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
| H A D | sys_mgr_client.h | 37 * @param systemAbilityId The ID of systemAbility which want to get. 45 * @param systemAbilityId The ID of systemAbility which want to register. 46 * @param broker The systemAbility which want to be registered. 54 * @param systemAbilityId The ID of systemAbility which want to unregister.
|
| /foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/mock/include/ |
| H A D | mock_ability_interceptor_executer.h | 35 * @param interceptorName, interceptor name. 36 * @param interceptor, interceptor handle the interception processing. 41 * @param interceptorName, interceptor name. 48 ErrCode DoProcess(AbilityInterceptorParam param);
|
| /foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
| H A D | mock_want.cpp | 32 * @param None
40 * @param None
48 * @param key Indicates the key of WantParams.
49 * @param defaultValue Indicates the default bool-type value.
|
| /foundation/ability/form_fwk/services/include/ |
| H A D | form_trust_mgr.h | 39 * @param bundleName Storage all form info. 46 * @param bundleName bundleName. 47 * @param isTrust isTrust. 55 * @param result
|
| /foundation/ability/ability_runtime/tools/aa/include/ |
| H A D | test_observer_stub.h | 39 * @param code, Indicates the ipc id. 40 * @param data, Indicates the input data. 41 * @param reply, Indicates the reply data. 42 * @param option, Indicates the option.
|
| /foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/ |
| H A D | engine_factory.cpp | 28 sptr<EngineBase> EngineFactory::CreateEngineInst(IntellVoiceEngineType type, const std::string ¶m) in CreateEngineInst() argument 33 engine = SptrFactory<EngineBase, EnrollEngine>::CreateInstance(param); in CreateEngineInst() 36 engine = SptrFactory<EngineBase, WakeupEngineObj>::CreateInstance(param); in CreateEngineInst() 39 engine = SptrFactory<EngineBase, UpdateEngine>::CreateInstance(param); in CreateEngineInst()
|
| /foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/open_link/ |
| H A D | napi_common_open_link_options.cpp | 26 bool UnwrapOpenLinkOptions(napi_env env, napi_value param, AAFwk::OpenLinkOptions &openLinkOptions, AAFwk::Want &want) in UnwrapOpenLinkOptions() argument 30 if (!IsTypeForNapiValue(env, param, napi_object)) { in UnwrapOpenLinkOptions() 35 napi_value jsValue = GetPropertyValueByPropertyName(env, param, "parameters", napi_object); in UnwrapOpenLinkOptions() 44 if (UnwrapBooleanByPropertyName(env, param, APP_LINKING_ONLY.c_str(), appLinkingOnly)) { in UnwrapOpenLinkOptions()
|
| /foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/include/ |
| H A D | connection_observer.h | 45 * @param data connection relationship data. 52 * @param data connection relationship data. 59 * @param data dlp state data. 66 * @param data dlp state data.
|
| /foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
| H A D | iability_lifecycle_callback.h | 27 * @param want Want for AbilitySliceManager 53 * @param want Want for AbilitySliceManager 66 * @param requestCode request code of ability result 67 * @param want ability result from other ability
|
| /foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/ |
| H A D | ability_interceptor_executer.h | 35 * @param interceptorName, interceptor name. 36 * @param interceptor, interceptor handle the interception processing. 41 * @param interceptorName, interceptor name. 48 ErrCode DoProcess(AbilityInterceptorParam param);
|
| /foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
| H A D | sys_mgr_client.h | 36 * @param systemAbilityId The ID of systemAbility which want to get. 44 * @param systemAbilityId The ID of systemAbility which want to register. 45 * @param broker The systemAbility which want to be registered. 53 * @param systemAbilityId The ID of systemAbility which want to unregister.
|