Home
last modified time | relevance | path

Searched full:param (Results 5501 - 5525 of 22474) sorted by relevance

1...<<221222223224225226227228229230>>...899

/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
H A Ddecoder_test.js52 * @param {Function} readValue
53 * @param {Function} writeValue
54 * @param {number} epsilon
55 * @param {number} upperLimit
56 * @param {Function} filter
93 * @param {Function} readValue
94 * @param {Function} writeValue
95 * @param {number} epsilon
96 * @param {number} lowerLimit
97 * @param {numbe
[all...]
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Djs_file_access_ext_ability.cpp167 static int DoCallJsMethod(CallJsParam *param) in DoCallJsMethod() argument
171 if (param == nullptr || param->jsRuntime == nullptr) { in DoCallJsMethod()
175 JsRuntime *jsRuntime = param->jsRuntime; in DoCallJsMethod()
182 if (param->argParser != nullptr) { in DoCallJsMethod()
183 if (!param->argParser(env, argv, argc)) { in DoCallJsMethod()
190 auto ref = reinterpret_cast<napi_ref>(param->jsObj); in DoCallJsMethod()
197 napi_get_named_property(env, value, param->funcName.c_str(), &method); in DoCallJsMethod()
199 HILOG_ERROR("failed to get %{public}s from FileExtAbility object.", param->funcName.c_str()); in DoCallJsMethod()
202 if (param in DoCallJsMethod()
230 auto param = std::make_shared<CallJsParam>(funcName, &jsRuntime, jsObj, argParser, retParser); CallJsMethod() local
951 BuildFileInfoNumParam(napi_env &env, FileInfoNumParam &param, napi_value *argv, size_t &argc) BuildFileInfoNumParam() argument
1041 BuildFilterParam(napi_env &env, const FileFilter &filter, const FilterParam &param, napi_value *argv, size_t &argc) BuildFilterParam() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dmake_upg_file.py108 ("param", sign_alg_param),
117 ("param", sign_alg_param),
172 st_hupg.param.hash_alg, st_hupg.param.sign_alg, st_hupg.param.sign_param))
179 if st_hupg.param.sign_alg < 0x10:
195 elif st_hupg.param.sign_alg == 0x10:
234 section_head.param.hash_alg, section_head.param.sign_alg, section_head.param
[all...]
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_math.h114 * @param x Indicates the X coordinate.
115 * @param y Indicates the Y coordinate.
135 * @param other Indicates the two-dimensional vector to be used for calculation.
149 * @param other Indicates the two-dimensional vector to be used for calculation.
236 * @param x Indicates the X coordinate.
237 * @param y Indicates the Y coordinate.
238 * @param z Indicates the Z coordinate.
349 * @param m00 Indicates the element in row 1 and column 1 of the matrix.
350 * @param m01 Indicates the element in row 1 and column 2 of the matrix.
351 * @param m0
[all...]
/applications/standard/printspooler/entry/src/main/ets/Common/Utils/
H A DUtil.ts31 * @param printerId printerId
44 * @param context 应用上下文
49 Log.warn(TAG, 'queryLastUsedPrinter failed:invalid param.');
62 * @param context 应用上下文
82 * @param context 应用上下文
102 * @param startId startId
/applications/standard/printspooler/feature/ippPrint/src/main/ets/common/
H A DPrintServiceAdapter.ts71 * @param p2pMonitor P2pMonitor
90 * @param capabilitiesCache CapabilitiesCache
108 * @param p2pDiscovery P2pDiscovery
126 * @param backend Backend
144 * @param MdnsDiscovery
163 * @param MdnsDiscovery
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/include/
H A Ddrv_srsa.h63 * param[in] n The N of rsa key.
64 * param[in] k The d/e of rsa key.
65 * param[in] in The input data.
66 * param[out] out The input data.
74 * param[out] capacity The hash capacity.
81 * param[out] capacity The hash capacity.
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/include/
H A Dwatchdog.h32 * @param data [IN] type #hi_u32,Callback function parameter passing.CNcomment:回调函数参数传递。CNend
60 * @param 无。
77 * @param mode [IN] type #hi_wdg_mode ,Watchdog mode. CNcomment:看门狗模式。CNend
78 * @param p_func [IN] type #hi_watchdog_func,Configure the watchdog to interrupt mode and the function will be
81 * @param data [IN] type #hi_u32 Callback function enter parameter. CNcomment:回调函数入参。CNend
82 * @param over_time_ms [IN] type #hi_u32,Watchdog expiration time (unit: ms).
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
H A Dvendor.h61 * @param id Indicates the vendor ID.
62 * @param buf Indicates the buffer to save vendor information.
63 * @param len Indicates the length of vendor information to get, it should be less than 64.
74 * @param id Indicates the vendor ID.
75 * @param buf Indicates the buffer to save vendor information.
76 * @param len Indicates the length of vendor information to set, it should be less than 64.
/drivers/interface/bluetooth/a2dp/v2_0/
H A DIBluetoothAudioSession.idl53 * @param params Indicates the start session parameters. For details, see {@link BluetoothAudioTypes}.
54 * @param callbackObj Indicates the callback function. For details, see {@link IBluetoothAudioCallback}.
55 * @param queue Returns sharedMemQueue for audio data.
67 * @param sessionType Indicates the session type.
78 * @param operation Indicates the render operation.
79 * @param Status SUCCESS or FAILURE for operation.
/drivers/interface/bluetooth/a2dp/v1_0/
H A DIBluetoothAudioSession.idl53 * @param sessionType Indicates the session type.
54 * @param callbackObj Indicates the callback function. For details, see {@link IBluetoothAudioCallback}.
55 * @param queue Returns sharedMemQueue for audio data.
67 * @param sessionType Indicates the session type.
78 * @param operation Indicates the render operation.
79 * @param Status SUCCESS or FAILURE for operation.
/drivers/interface/wlan/hostapd/v1_0/
H A DIHostapdCallback.idl62 * @param staJoinParm Indicates the sta join content.
63 * @param ifName Indicates the NIC name.
73 * @param apStateParm Indicates the ap state content.
74 * @param ifName Indicates the NIC name.
84 * @param notifyParam Indicates the paramerter of Hostapd.
85 * @param ifName Indicates the NIC name.
/drivers/interface/wlan/chip/v1_0/
H A DIChipIfaceCallback.idl53 * @param event Indicates the scan result event.
67 * @param aerials index.
68 * @param c0Rssi first antenna rssi.
69 * @param c1Rssi second antenna rssi.
80 * @param type Indicates the Netlink message type (Action Message, Action Status, Ext Message).
81 * @param recvMsg Indicates the Netlink message received.
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_status_module.h35 * @param listener App running status listener object.
43 * @param listener App running status listener object.
51 * @param bundle Bundle name in application record.
52 * @param uid Uid of bundle.
53 * @param runningStatus Running status.
70 * @param Remote Remote object.
/foundation/ability/form_fwk/services/include/
H A Dform_refresh_limiter.h33 * @param formId The form id.
39 * @param formId The form id.
48 * @param formId The form id.
54 * @param formId The form id.
60 * @param formId The form id.
65 * @param formId The form id.
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_user_manager.h35 * @param formId, The Id of the form to update.
36 * @param bundleName, Provider ability bundleName.
51 * @param formId, The Id of the form to update.
52 * @param bundleName, Provider ability bundleName.
79 * @param formId, The Id of the form to update.
80 * @param bundleName, Provider ability bundleName.
/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_a2dp_v1_0/foo/bluetooth/a2dp/v1_0/
H A DIBluetoothAudioSession.idl53 * @param sessionType Indicates the session type.
54 * @param callbackObj Indicates the callback function. For details, see {@link IBluetoothAudioCallback}.
55 * @param queue Returns sharedMemQueue for audio data.
67 * @param sessionType Indicates the session type.
78 * @param operation Indicates the render operation.
79 * @param Status SUCCESS or FAILURE for operation.
/foundation/ability/idl_tool/test/hdi_unittest/wlan_hostapd_v1_0/foo/wlan/hostapd/v1_0/
H A DIHostapdCallback.idl62 * @param staJoinParm Indicates the sta join content.
63 * @param ifName Indicates the NIC name.
73 * @param apStateParm Indicates the ap state content.
74 * @param ifName Indicates the NIC name.
84 * @param notifyParam Indicates the paramerter of Hostapd.
85 * @param ifName Indicates the NIC name.
/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dability_connection.h53 * @param element, service ability's ElementName.
54 * @param remoteObject, the session proxy of service ability.
55 * @param resultCode, ERR_OK on success, others on failure.
63 * @param element, service ability's ElementName.
64 * @param resultCode, ERR_OK on success, others on failure.
71 * @param abilityConnectCallback is used to notify caller ability that connect or disconnect is complete
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dconnection_observer_controller.h39 * @param observer the observer callback.
47 * @param observer the observer callback.
54 * @param data connection data.
61 * @param data connection data.
69 * @param data dlp state data.
76 * @param data dlp state data.
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/mock/common/
H A Dmock_storage.ts27 * @param fileName
44 * @param key property name
54 * @param key property name
55 * @param val value
65 * @param key property name
83 * @param key property name
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_pan_function.cpp36 JSRef<JSVal> param = createPanInfo(static_cast<TouchLocationInfo>(info)); in Execute() local
37 JsFunction::ExecuteJS(1, &param); in Execute()
50 JSRef<JSVal> param = paramObj; in Execute() local
51 JsFunction::ExecuteJS(1, &param); in Execute()
64 JSRef<JSVal> param = paramObj; in Execute() local
65 JsFunction::ExecuteJS(1, &param); in Execute()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navdestination_context.h34 JSNavPathInfo(const std::string& name, JSRef<JSVal> param) : NG::NavPathInfo(name), param_(param) {} in JSNavPathInfo() argument
35 JSNavPathInfo(const std::string& name, JSRef<JSVal> param, JSRef<JSVal> onPop, bool isEntry = false) in JSNavPathInfo() argument
36 : NG::NavPathInfo(name, isEntry), param_(param), onPop_(onPop) {} in JSNavPathInfo()
39 void SetParam(const JSRef<JSVal>& param) in SetParam() argument
41 param_ = param; in SetParam()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_extractor.h36 * @param fileName Indicates the file name.
37 * @param dest Indicates the obtained std::ostream object.
43 * @param fileName Indicates the file name.
44 * @param targetPath Indicates the target Path.
50 * @param fileName Indicates the obtained file names in hap.
56 * @param entryName Indicates the entry name.
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/core/
H A Dindex.js31 * @param {Object} options the options of ViewModel
68 * @param {ViewModel} vm ViewModel instance
69 * @param {Object} data the data to be observe
99 * @param {ViewModel} target ViewModel instance
100 * @param {Object} source the data to be proxy
101 * @param {String} key the key to be proxy

Completed in 18 milliseconds

1...<<221222223224225226227228229230>>...899