Home
last modified time | relevance | path

Searched full:param (Results 4101 - 4125 of 21625) sorted by relevance

1...<<161162163164165166167168169170>>...865

/foundation/barrierfree/accessibility/common/interface/include/
H A Daccessible_ability_manager_state_observer_stub.h28 * @param object The object of IPC
39 * @param code The code is matched with the process function.
40 * @param data The data of process communication
41 * @param reply The response of IPC request
42 * @param option The option parameter of IPC,such as: async,sync
50 * @param data The data of process communication
51 * @param reply The response of IPC request
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_utils.h37 * @param [in] int vector value
45 * @param [in] int value
53 * @param [in] hex string
54 * @param [out] int vector value
61 * @param [out] int vector value
68 * @param [out] uint8_t value
69 * @param [in] bool true:non res pri addr;false:static address
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Dnapi_common_fileaccess.h31 uint32_t UnwrapUint32FromJS(napi_env env, napi_value param, uint32_t defaultValue = 0);
32 bool UnwrapUint32FromJS2(napi_env env, napi_value param, uint32_t &value);
33 bool UnwrapUint32ByPropertyName(napi_env env, napi_value param, const char *propertyName, uint32_t &value);
36 uint64_t UnwrapBigIntUint64FromJS(napi_env env, napi_value param, uint64_t defaultValue = 0);
37 bool UnwrapBigIntUint64FromJS2(napi_env env, napi_value param, uint64_t &defaultValue);
38 bool UnwrapBigIntUint64ByPropertyName(napi_env env, napi_value param, const char *propertyName, uint64_t &value);
41 bool UnwrapArrayWantFromJS(napi_env env, napi_value param, std::vector<OHOS::AAFwk::Want> &wantVec);
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dphoto_session.h33 * @param CaptureOutput to be added to session.
40 * @param preconfigType The target preconfig type.
41 * @param preconfigRatio The target ratio enum
50 * @param preconfigType The target preconfig type.
51 * @param preconfigRatio The target ratio enum
60 * @param minFps Min frame rate of range.
61 * @param minFps Max frame rate of range.
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Di_avsession_service_listener.h41 * @param { int64_t } castHandle - Cast handle for cast session.
49 * @param { OutputDeviceInfo } castOutputDeviceInfo - Discovered device infos.
57 * @param { DeviceLogEventCode } eventId - Event ID.
58 * @param { int64_t } int64_t - Param.
61 virtual void NotifyDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) {}; in NotifyDeviceLogEvent() argument
66 * @param { std::string& } deviceId - Offlined device ID.
H A Di_avcast_state_listener.h32 * @param { std::vector<DeviceInfo> } deviceInfos - Discovered device infos.
40 * @param { DeviceLogEventCode } eventId - Event ID.
41 * @param { int64_t } int64_t - Param.
44 virtual void OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) {}; in OnDeviceLogEvent() argument
49 * @param { std::string& } deviceId - Offlined device ID.
64 * @param { int32_t } castId - Cast id for AVRouter's control.
/foundation/multimedia/camera_lite/interfaces/kits/
H A Dframe_state_callback.h68 * @param camera Indicates the camera.
69 * @param frameConfig Indicates the frame configuration.
70 * @param frameResult Indicates the capture results.
77 * @param camera Indicates the camera.
78 * @param frameConfig Indicates the frame configuration.
79 * @param errorCode Indicates the error code.
80 * @param frameResult Indicates the capture results.
/foundation/resourceschedule/ffrt/interfaces/kits/c/
H A Dtimer.h46 * @param qos Indicates qos of the worker that runs timer.
47 * @param timeout Indicates the number of milliseconds that specifies timeout.
48 * @param data Indicates user data used in cb.
49 * @param cb Indicates user cb which will be executed when timeout.
50 * @param repeat Indicates whether to repeat this timer.
60 * @param qos Indicates qos of the worker that runs timer.
61 * @param handle Indicates the target timer handle.
/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_process_state_info.h41 * @param callerPid Process id of caller process.
42 * @param callerUid User id of caller process.
43 * @param pid Process id.
44 * @param uid User id.
45 * @param reason Reason of update process priority.
58 * @param parcel Package of MemMgrProcessStateInfo.
65 * @param parcel Package of MemMgrProcessStateInfo.
/foundation/window/window_manager/utils/include/
H A Dwindow_drawing_content_info.h47 * @param winId Window id.
48 * @param pid Process id.
49 * @param uid User id.
50 * @param drawing content True means window is drawing, false means the opposite.
51 * @param winType Type of window.
64 * @param parcel Package of WindowDrawingContentInfo.
71 * @param parcel Package of WindowDrawingContentInfo.
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_base.h43 * @param eventId The event id
44 * @param policyEvent The infomations passed from other core
51 * @param eventId The event id
52 * @param delayTime The delay time, if need the message send delay
59 * @param eventId The event id
60 * @param eventData The event data
61 * @param delayTime The delay time, if need the message send delay
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/
H A Dexternal_wifi_filter_builder_manager.h34 * @param filterTag filterTag which define where the filter should be inserted.
35 * @param filterName the filter name.
36 * @param filterBuilder filterBuilder function.
43 * @param filterTag filterTag which define where the filter should be inserted.
44 * @param filterName the filter name.
51 * @param filterTag filterTag which define where the compositeFilter should be inserted.
52 * @param compositeFilter the target Filter to build.
H A Dnetwork_selection_manager.h35 * @param networkSelectionResult Network selection result
36 * @param type the type of networkSelection
37 * @param scanInfos scanInfos
49 * @param networkCandidates Candidate network
50 * @param scanInfos scanInfos
58 * @param networkCandidates candidate networks
59 * @param networkSelector networkSelector
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_dns_sd_service_request.h36 * @param serviceType - DNS service type
44 * @param instanceName - DNS service name
45 * @param serviceType - DNS service type
54 * @param query - query string
66 * @param dnsQuery - query string
67 * @param dnsType - DNS type
68 * @param version - DNS version
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_util.h38 * @param srcMac - srcMac address
39 * @param srcMacSize - srcMacSize size, must be equal to 6, or error
40 * @param DesMacStr - output mac string, type: [xx:xx:xx:xx:xx:xx]
41 * @param strLen - mac string length, must be bigger than 17
49 * @param scanInfo - output scan info
50 * @param start - ie point
51 * @param len - ie length
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_relational_syncer.h28 int Sync(const SyncParma &param, uint64_t connectionId) override;
36 int PrepareSync(const SyncParma &param, uint32_t syncId, uint64_t connectionId) override;
38 int SyncConditionCheck(const SyncParma &param, const ISyncEngine *engine, ISyncInterface *storage) const override;
42 int GenerateEachSyncTask(const SyncParma &param, uint32_t syncId,
47 void DoOnComplete(const SyncParma &param, uint32_t syncId);
49 const SyncParma &param, const std::map<std::string, int> &devicesMap);
53 int QuerySyncPreCheck(const SyncParma &param) const;
/foundation/filemanagement/app_file_service/utils/include/b_error/
H A Db_excep_utils.h30 * @param callBack 回调
51 * @param AbilityInfo
52 * @param code 错误码
53 * @param msg 错误信息
71 * @param path
72 * @param isExtension
79 * @param path 路径
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure.c28 void HciOnCmdFailed(uint16_t opCode, uint8_t status, const void *param) in HciOnCmdFailed() argument
34 HciOnLinkControlCmdFailed(opCode, status, param); in HciOnCmdFailed()
39 HciOnLinkPolicyCmdFailed(opCode, status, param); in HciOnCmdFailed()
44 HciOnControllerBasebandCmdFailed(opCode, status, param); in HciOnCmdFailed()
49 HciOnInformationalParametersCmdFailed(opCode, status, param); in HciOnCmdFailed()
54 HciOnStatusParametersCmdFailed(opCode, status, param); in HciOnCmdFailed()
59 HciOnLeControllerCmdFailed(opCode, status, param); in HciOnCmdFailed()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dthread.h37 * @param name Thread name, length less or equal 16 bytes.
46 * @param thread Thread pointer.
54 * @param thread Thread pointer.
55 * @param func TaskFunc.
56 * @param parameter TaskFunc's context.
64 * @param thread Thread pointer.
73 * @param thread Thread pointer.
H A Dsemaphore.h30 * @param val set Semaphore initial val.
39 * @param sem Semaphore pointer.
47 * @param sem Semaphore pointer.
55 * @param sem Semaphore pointer.
64 * @param sem Semaphore pointer.
72 * @param sem Semaphore pointer.
81 * @param sem Semaphore pointer.
/test/xts/acts/validator/acts_validator/entry/src/main/ets/pages/model/
H A DDateTimeUtil.ts68 * @param value-数据值
76 * @param year
77 * @param month
78 * @param date
86 * @param hours
87 * @param minutes
88 * @param seconds
/third_party/ffmpeg/libavcodec/
H A Dvorbis_parser.h54 * @param s Vorbis parser context
55 * @param buf buffer containing a Vorbis frame
56 * @param buf_size size of the buffer
57 * @param flags flags for special frames
65 * @param s Vorbis parser context
66 * @param buf buffer containing a Vorbis frame
67 * @param buf_size size of the buffer
H A Dmqc.h64 * @param mqc MQ decoder state
65 * @param bp byte pointer
66 * @param raw raw mode
67 * @param reset reset states
73 * @param mqc MQ decoder state
74 * @param cxstate Context
83 * @param mqc MQ-coder context
/third_party/ffmpeg/libavutil/
H A Daes.h45 * @param key_bits 128, 192 or 256
46 * @param decrypt 0 for encryption, 1 for decryption
52 * @param count number of 16 byte blocks
53 * @param dst destination array, can be equal to src
54 * @param src source array, can be equal to dst
55 * @param iv initialization vector for CBC mode, if NULL then ECB will be used
56 * @param decrypt 0 for encryption, 1 for decryption
/third_party/ffmpeg/libavformat/
H A Dvorbiscomment.h32 * @param m The metadata structure to be parsed. For no metadata, set to NULL.
33 * @param vendor_string The vendor string to be added into the VorbisComment.
45 * @param pb The AVIOContext to write the output.
46 * @param m The metadata struct to write.
47 * @param vendor_string The vendor string to write.
48 * @param chapters The chapters to write.
49 * @param nb_chapters The number of chapters to write.

Completed in 13 milliseconds

1...<<161162163164165166167168169170>>...865