Home
last modified time | relevance | path

Searched full:param (Results 5301 - 5325 of 23555) sorted by relevance

1...<<211212213214215216217218219220>>...943

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_pan.h52 * @param deviceAddress bluetooth address
53 * @param state changed status
63 * @param observer function pointer
69 * @param observer function pointer
75 * @param states List of remote device states.
83 * @param device Remote device object.
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_draw_window_cache.h39 * @param surfaceDrawable Indicates the window to draw
40 * @param canvas Indicates the target canvas to draw the window onto
41 * @param bounds Indicates the bounds of the window rect
49 * @param surfaceDrawable Indicates the window to draw
50 * @param canvas Indicates the target canvas to draw the window onto
51 * @param surfaceParams Indicates the render params
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_standby_state_change_callback.h32 * @param napped current state is nap or not.
33 * @param sleeping current state is sleep or not.
40 * @param uid of application who apply allowList.
41 * @param name bundleName of application who apply allowList.
42 * @param allowType allowType mean strategy type, such as WORK_SCHEDULER.
43 * @param added true mean starting allow, false mean ending allow.
/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_window_info.h37 * @param winId Window id.
38 * @param pid Process id.
39 * @param uid User id.
40 * @param visibility True means window is visible, false means the opposite.
52 * @param parcel Package of MemMgrWindowInfo.
59 * @param parcel Package of MemMgrWindowInfo.
/foundation/resourceschedule/memmgr/services/memmgrservice/include/purgeable_mem_manager/
H A Diapp_state_subscriber.h50 * @param pid pid of the process whose state is changed.
51 * @param uid uid of the process whose state is changed.
52 * @param state new state of the app.
59 * @param pid pid of the process which need to reclaim.
60 * @param uid uid of the process which need to reclaim.
67 * @param level current memory level.
H A Dapp_state_subscriber_proxy.h45 * @param pid pid of the process whose state is changed.
46 * @param uid uid of the process whose state is changed.
47 * @param state new state of the app.
54 * @param pid pid of the process which need to reclaim.
55 * @param uid uid of the process which need to reclaim.
62 * @param level current memory level.
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Disystem_ability_load_callback.h30 * @param systemAbilityId, The loaded said.
31 * @param remoteObject, Loaded sa object.
40 * @param systemAbilityId, The loaded said.
48 * @param deviceId, DeviceId of the remote.
49 * @param systemAbilityId, The loaded said.
50 * @param remoteObject, Loaded sa object.
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransudpstreaminterface_fuzzer/
H A Dclienttransudpstreaminterface_fuzzer.cpp31 StreamFrameInfo *param = nullptr; in SendVtpStreamTest() local
33 SendVtpStream(size, indata, ext, param); in SendVtpStreamTest()
41 VtpStreamOpenParam *param = nullptr; in StartVtpStreamChannelServerTest() local
44 StartVtpStreamChannelServer(size, param, callback); in StartVtpStreamChannelServerTest()
52 VtpStreamOpenParam *param = nullptr; in StartVtpStreamChannelClientTest() local
55 StartVtpStreamChannelClient(size, param, callback); in StartVtpStreamChannelClientTest()
/foundation/communication/dsoftbus/core/broadcast/scheduler/src/
H A Dbroadcast_scheduler.c48 int32_t SchedulerStartBroadcast(int32_t bcId, BroadcastContentType contentType, const BroadcastParam *param, in SchedulerStartBroadcast() argument
52 return StartBroadcasting(bcId, param, packet); in SchedulerStartBroadcast()
55 int32_t SchedulerUpdateBroadcast(int32_t bcId, const BroadcastParam *param, const BroadcastPacket *packet) in SchedulerUpdateBroadcast() argument
57 return UpdateBroadcasting(bcId, param, packet); in SchedulerUpdateBroadcast()
70 int32_t SchedulerStartScan(int32_t listenerId, const BcScanParams *param) in SchedulerStartScan() argument
72 return StartScan(listenerId, param); in SchedulerStartScan()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_upnp_service_response.h27 * @param status - status code of the service response
28 * @param tranId - transmission ID of the service response
29 * @param data - data of the service response
63 * @param status - status code of the service response
64 * @param tranId - transmission ID of the service response
65 * @param data - data of the service response
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_cmd_client.h41 int SendCmdToDriver(const std::string &ifName, int commandId, const std::string &param) const;
45 int SetRxListen(const std::string &ifName, const std::string &param) const;
46 int Set2gSoftapMss(const std::string &ifName, const std::string &param) const;
47 int SetAxBlaList(const std::string &ifName, const std::string &param) const;
48 int AxSelfcure(const std::string &ifName, const std::string &param) const;
49 int SetBeBlaList(const std::string &ifName, const std::string &param) const;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Dauto_launch_callback.cpp43 bool AutoLaunchCallback::AutoLaunchRequestNotifier(const std::string &identifier, AutoLaunchParam &param) in AutoLaunchRequestNotifier() argument
47 param.userId = autoLaunchParam_.userId; in AutoLaunchRequestNotifier()
48 param.appId = autoLaunchParam_.appId; in AutoLaunchRequestNotifier()
49 param.storeId = autoLaunchParam_.storeId; in AutoLaunchRequestNotifier()
50 param.option = autoLaunchParam_.option; in AutoLaunchRequestNotifier()
51 param.notifier = autoLaunchParam_.notifier; in AutoLaunchRequestNotifier()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxyregisterdistributedhardware_fuzzer/
H A Dsourceproxyregisterdistributedhardware_fuzzer.cpp39 EnableParam param; in SourceProxyRegisterDistributedHardwareFuzzTest() local
40 param.sourceVersion = sourceVersion; in SourceProxyRegisterDistributedHardwareFuzzTest()
41 param.sourceAttrs = sourceAttrs; in SourceProxyRegisterDistributedHardwareFuzzTest()
42 param.sinkVersion = sinkVersion; in SourceProxyRegisterDistributedHardwareFuzzTest()
43 param.sinkAttrs = sinkAttrs; in SourceProxyRegisterDistributedHardwareFuzzTest()
52 dCSourceProxy->RegisterDistributedHardware(devId, dhId, reqId, param); in SourceProxyRegisterDistributedHardwareFuzzTest()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
H A Djs_strategy_context.h33 std::vector<CommonType::Value> param; member
38 param = {}; in SetDefault()
41 param = {}; in SetDefault()
51 return { Status::INVALID_ARGUMENT, "member of param must be of type NetWorkStrategy" }; in CheckParam()
64 for (auto &value : param) { in ConvertNetworkParam()
74 param = tmp; in ConvertNetworkParam()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceserviceregisterdistributedhardware_fuzzer/
H A Dsourceserviceregisterdistributedhardware_fuzzer.cpp39 EnableParam param; in SourceServiceRegisterDistributedHardwareFuzzTest() local
40 param.sourceVersion = sourceVersion; in SourceServiceRegisterDistributedHardwareFuzzTest()
41 param.sourceAttrs = sourceAttrs; in SourceServiceRegisterDistributedHardwareFuzzTest()
42 param.sinkVersion = sinkVersion; in SourceServiceRegisterDistributedHardwareFuzzTest()
43 param.sinkAttrs = sinkAttrs; in SourceServiceRegisterDistributedHardwareFuzzTest()
48 sourceService->RegisterDistributedHardware(devId, dhId, reqId, param); in SourceServiceRegisterDistributedHardwareFuzzTest()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerregisterdistributedhardware_fuzzer/
H A Dsourcehandlerregisterdistributedhardware_fuzzer.cpp41 EnableParam param; in SourceHandlerRegisterDistributedHardwareFuzzTest() local
42 param.sourceVersion = sourceVersion; in SourceHandlerRegisterDistributedHardwareFuzzTest()
43 param.sourceAttrs = sourceAttrs; in SourceHandlerRegisterDistributedHardwareFuzzTest()
44 param.sinkVersion = sinkVersion; in SourceHandlerRegisterDistributedHardwareFuzzTest()
45 param.sinkAttrs = sinkAttrs; in SourceHandlerRegisterDistributedHardwareFuzzTest()
48 DCameraSourceHandler::GetInstance().RegisterDistributedHardware(devId, dhId, param, callback); in SourceHandlerRegisterDistributedHardwareFuzzTest()
/foundation/filemanagement/app_file_service/utils/include/b_tarball/
H A Db_tarball_factory.h44 * @param _1 进入该参数指定路径打包文件。
46 * @param _2 _1中需要打包的路径。
48 * @param _3 The part that does not need to be packed in the path to be packed.
56 * @param _1 用于存储解包文件的根目录
66 * @param implType 打包器实现方式,可选择'cmdline'
67 * @param tarballPath Absolute path of the file package。Cannot contain extra slashes, must be suffixed with .tar
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Devent.h37 * @param isAutoClear Event isAutoClear or not. If Event is not autoClear,
47 * @param event Event pointer.
55 * @param event Event pointer.
63 * @param event Event pointer.
71 * @param event Event pointer.
72 * @param ms Countdown time. If countdown time less than 0, block waiting.
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_command_parser.h43 * @param dataConn Data connection.
44 * @param commandProcessor Command processor pointer.
51 * @param dataConn Data connection.
52 * @param commandProcessor Command processor pointer.
53 * @param data Data buffer pointer.
54 * @param len Data buffer length.
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_common.h31 void SMP_GenerateSignatureStep1(const SMP_StepParam *param);
32 void SMP_GenerateSignatureStep2(const SMP_StepParam *param);
33 void SMP_GenerateSignatureStep3(const SMP_StepParam *param);
38 void SMP_NotifyCbPairReq(uint16_t handle, const SMP_PairParam *param);
39 void SMP_NotifyCbPairRsp(uint16_t handle, const SMP_PairParam *param);
48 int SMP_ParamIsNULL(const SMP_StepParam *param);
/third_party/ffmpeg/libavcodec/
H A Daudiodsp.h27 * @param len length of vectors, should be multiple of 16
35 * @param dst destination array
37 * @param src source array
39 * @param min minimum value
41 * @param max maximum value
43 * @param len number of elements in the array
H A Dfits.h67 * @param header pointer to the header
68 * @param state current state of parsing the header
75 * @param avcl used in av_log
76 * @param header pointer to the header
77 * @param line one header line
78 * @param metadata used to store metadata while decoding
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DPeriodFormatterFactory.java25 * @param localeName the name of the Locale
33 * @param display true if limits will be displayed
41 * @param display true if past and future will be displayed
49 * @param variant the variant indicating how separators will be displayed
57 * @param variant the variant to use
65 * @param variant the variant to use
H A DDurationFormatterFactory.java27 * @param formatter the formatter to use
36 * @param builder the builder to use
44 * @param fallback the fallback formatter to use, or null
52 * @param fallbackLimit the fallback limit to use, or 0 if none is desired.
61 * @param localeName the name of the Locale
70 * @param timeZone The time zone to set.
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRbnfLenientScanner.java22 * @param s The string to test
37 * @param str The string being tested
38 * @param prefix The text we're hoping to see at the beginning of "str"
48 * @param str The string to search
49 * @param key The string to search "str" for
50 * @param startingAt The index into "str" where the search is to

Completed in 14 milliseconds

1...<<211212213214215216217218219220>>...943