Home
last modified time | relevance | path

Searched full:param (Results 6901 - 6925 of 22474) sorted by relevance

1...<<271272273274275276277278279280>>...899

/applications/standard/app_samples/code/SystemFeature/Widget/FormExtAbility/persistentProxyForm/src/main/common/
H A DLogger.ts30 * @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 DLogger.ts30 * @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 DLogger.ts30 * @param args
38 * @param args
46 * @param args
54 * @param args
/applications/standard/filepicker/entry/src/main/ets/base/utils/
H A DObjectUtil.ts29 * @param obj
36 * @param obj
55 * @param obj 校验对象
56 * @param key 校验属性
/applications/standard/photos/common/src/main/ets/default/interface/
H A DBrowserDataInterface.ts17 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 DPreferenceUtil.ts30 * @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 Danalog_headset_base.h35 * @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 Dinterrupt.h32 * @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 Dmali_kbase_debug.c27 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 Dmali_kbase_debug.c29 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 Dmtd_char.h27 * @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 Dmtd_block.h25 * @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 Dability_debug_response_interface.h29 * @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 Dkia_interceptor_proxy.h34 * @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 Dsys_mgr_client.h37 * @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 Dmock_ability_interceptor_executer.h35 * @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 Dmock_want.cpp32 * @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 Dform_trust_mgr.h39 * @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 Dtest_observer_stub.h39 * @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 Dengine_factory.cpp28 sptr<EngineBase> EngineFactory::CreateEngineInst(IntellVoiceEngineType type, const std::string &param) 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 Dnapi_common_open_link_options.cpp26 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 Dconnection_observer.h45 * @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 Diability_lifecycle_callback.h27 * @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 Dability_interceptor_executer.h35 * @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 Dsys_mgr_client.h36 * @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.

Completed in 15 milliseconds

1...<<271272273274275276277278279280>>...899