Home
last modified time | relevance | path

Searched defs:params (Results 1426 - 1450 of 2971) sorted by relevance

1...<<51525354555657585960>>...119

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpas_kay.c29 static int wpas_macsec_init(void *priv, struct macsec_init_params *params) in wpas_macsec_init() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dacs.c922 struct wpa_driver_scan_params params; in acs_request_scan() local
[all...]
H A Dap_drv_ops.h212 hostapd_drv_set_acl(struct hostapd_data *hapd, struct hostapd_acl_params *params) hostapd_drv_set_acl() argument
220 hostapd_drv_set_ap(struct hostapd_data *hapd, struct wpa_driver_ap_params *params) hostapd_drv_set_ap() argument
375 hostapd_drv_send_external_auth_status(struct hostapd_data *hapd, struct external_auth *params) hostapd_drv_send_external_auth_status() argument
H A Dwpa_auth_kay.c25 static int hapd_macsec_init(void *priv, struct macsec_init_params *params) in hapd_macsec_init() argument
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dcif-luma.c84 struct rkcif_luma_vdev *params = video_drvdata(filp); in rkcif_luma_fh_open() local
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Disp_params.c226 struct rkisp_isp_params_vdev *params = video_drvdata(filp); rkisp_params_fh_open() local
242 struct rkisp_isp_params_vdev *params = video_drvdata(file); rkisp_params_fop_release() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_model_dummy.h113 struct kbase_error_params params; member
/device/soc/rockchip/common/sdk_linux/ipc/
H A Dutil.c339 ipcget_new(struct ipc_namespace *ns, struct ipc_ids *ids, const struct ipc_ops *ops, struct ipc_params *params) ipcget_new() argument
365 ipc_check_perms(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp, const struct ipc_ops *ops, struct ipc_params *params) ipc_check_perms() argument
396 ipcget_public(struct ipc_namespace *ns, struct ipc_ids *ids, const struct ipc_ops *ops, struct ipc_params *params) ipcget_public() argument
646 ipcget(struct ipc_namespace *ns, struct ipc_ids *ids, const struct ipc_ops *ops, struct ipc_params *params) ipcget() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_event.c244 wl_ext_event_send(void *params, const wl_event_msg_t * e, void *data) in wl_ext_event_send() argument
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dcif-luma.c89 struct rkcif_luma_vdev *params = video_drvdata(filp); in rkcif_luma_fh_open() local
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params.c237 struct rkisp_isp_params_vdev *params = video_drvdata(filp); rkisp_params_fh_open() local
252 struct rkisp_isp_params_vdev *params = video_drvdata(file); rkisp_params_fop_release() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dextension_ability_thread.cpp569 void ExtensionAbilityThread::DumpAbilityInfo(const std::vector<std::string> &params, std::vector<std::string> &info) in DumpAbilityInfo() argument
597 DumpAbilityInfoInner( const std::vector<std::string> &params, std::vector<std::string> &info) DumpAbilityInfoInner() argument
H A Dability_thread.cpp255 void AbilityThread::DumpAbilityInfo(const std::vector<std::string> &params, std::vector<std::string> &info) in DumpAbilityInfo() argument
H A Dui_ability_thread.cpp498 void UIAbilityThread::DumpAbilityInfo(const std::vector<std::string> &params, std::vector<std::string> &info) in DumpAbilityInfo() argument
527 void UIAbilityThread::DumpAbilityInfoInner(const std::vector<std::string> &params, std::vector<std::string> &info) in DumpAbilityInfoInner() argument
553 void UIAbilityThread::DumpAbilityInfoInner(const std::vector<std::string> &params, std::vector<std::string> &info) in DumpAbilityInfoInner() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_list.cpp397 std::vector<std::string> params; in DumpList() local
366 DumpStateByRecordId( std::vector<std::string> &info, bool isClient, int32_t abilityRecordId, const std::vector<std::string> &params) DumpStateByRecordId() argument
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H A Dwfd_source_session.cpp446 std::list<std::string> params = request.GetBody(); in HandleIDRRequest() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dui_ability_test.cpp849 std::vector<std::string> params; in HWTEST_F() local
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ability_manager_client.h138 virtual void DumpAbilityInfo(const std::vector<std::string>& params, std::vector<std::string>& info) {}; in DumpAbilityInfo() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/data_ability/
H A Ddata_ability_manager.cpp564 std::vector<std::string> params; in DumpClientInfo() local
/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp505 bool SubContainer::Dump(const std::vector<std::string>& params) in Dump() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_base.h171 void FireOnDumpInfoFunc(const std::vector<std::string>& params) in FireOnDumpInfoFunc() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_node.cpp312 void FormNode::OnAccessibilityDumpChildInfo(const std::vector<std::string>& params, std::vector<std::string>& info) in OnAccessibilityDumpChildInfo() argument
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H A Drtsp_unit_test.cpp170 std::list<std::pair<std::string, std::string>> params; in HWTEST_F() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp430 bool AceViewOhos::Dump(const std::vector<std::string>& params) in Dump() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router_ng.cpp348 void CJPageRouterNG::StartPush(const RouterPageInfo& target, const std::string& params, RouterMode mode) in StartPush() argument
365 LoadPage(GenerateNextPageId(), target, params); in StartPush() local
368 void CJPageRouterNG::StartReplace(const RouterPageInfo& target, const std::string& params, RouterMode mode) in StartReplace() argument
389 LoadPage(GenerateNextPageId(), info, params, false, false, false); in StartReplace() local
392 void CJPageRouterNG::StartBack(const RouterPageInfo& target, const std::string& params) in StartBack() argument
415 BackCheckAlert(const RouterPageInfo& target, const std::string& params) BackCheckAlert() argument
447 LoadPage(int32_t pageId, const RouterPageInfo& target, const std::string& params, bool isRestore, bool needHideLast, bool needTransition) LoadPage() argument
491 MovePageToFront(int32_t index, const RefPtr<FrameNode>& pageNode, const std::string& params, bool needHideLast, bool forceShowCurrent, bool needTransition) MovePageToFront() argument
542 PopPage(const std::string& params, bool needShowNext, bool needTransition) PopPage() argument
584 PopPageToIndex(int32_t index, const std::string& params, bool needShowNext, bool needTransition) PopPageToIndex() argument
[all...]

Completed in 25 milliseconds

1...<<51525354555657585960>>...119