Home
last modified time | relevance | path

Searched refs:fe (Results 1 – 25 of 65) sorted by relevance

123

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_module.c41 module->feList.fe[HDF_WIFI_FEATURE_AP] = GetWifiApFeature(); in InitFeatures()
42 module->feList.fe[HDF_WIFI_FEATURE_STA] = GetWifiStaFeature(); in InitFeatures()
43 module->feList.fe[HDF_WIFI_FEATURE_P2P] = GetWifiP2pFeature(); in InitFeatures()
46 … if ((module->moduleConfig.hslConfig->featureMap & (1 << i)) && module->feList.fe[i] != NULL) { in InitFeatures()
47 module->feList.fe[i]->init(module->feList.fe[i]); in InitFeatures()
64 if ((module->feList.fe[i] != NULL) && (module->feList.fe[i]->deInit != NULL)) { in DeInitFeatures()
65 module->feList.fe[i]->deInit(module->feList.fe[i]); in DeInitFeatures()
66 module->feList.fe[i] = NULL; in DeInitFeatures()
H A Dwifi_feature.c23 module->feList.fe[featureType] = (struct WifiFeature *)feature; in AddFeature()
41 featureData = module->feList.fe[featureType]; in DelFeature()
43 featureData->deInit(module->feList.fe[featureType]); in DelFeature()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_filter.cpp64 …const RefPtr<RenderSvgFe>& fe, sk_sp<SkImageFilter>& imageFilter, ColorInterpolationType& currentC… in GetImageFilter() argument
70 if (!fe) { in GetImageFilter()
74 InitFilterColor(fe, currentColor); in GetImageFilter()
76 auto feComposite = AceType::DynamicCast<RosenRenderSvgFeComposite>(fe); in GetImageFilter()
87 imageFilter = MakeImageFilter(fe->GetInType(), imageFilter); in GetImageFilter()
88 auto feOffset = AceType::DynamicCast<RosenRenderSvgFeOffset>(fe); in GetImageFilter()
95 auto feColorMatrix = AceType::DynamicCast<RosenRenderSvgFeColorMatrix>(fe); in GetImageFilter()
102 auto feGaussianBlur = AceType::DynamicCast<RosenRenderSvgFeGaussianBlur>(fe); in GetImageFilter()
114 if (!fe) { in InitFilterColor()
118 if (fe->GetInType() == FeInType::SOURCE_GRAPHIC) { in InitFilterColor()
[all …]
H A Drosen_render_svg_filter.h45 …const RefPtr<RenderSvgFe>& fe, sk_sp<SkImageFilter>& imageFilter, ColorInterpolationType& currentC…
46 void InitFilterColor(const RefPtr<RenderSvgFe>& fe, ColorInterpolationType& currentColor);
51 void GetImageFilter(const RefPtr<RenderSvgFe>& fe,
53 void InitFilterColor(const RefPtr<RenderSvgFe>& fe, ColorInterpolationType& currentColor);
/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_base_feature.c175 int32_t InitBaseFeature(struct IWiFiBaseFeature **fe) in InitBaseFeature() argument
177 if (fe == NULL || *fe == NULL) { in InitBaseFeature()
181 (*fe)->getNetworkIfaceName = GetNetworkIfaceName; in InitBaseFeature()
182 (*fe)->getFeatureType = GetFeatureType; in InitBaseFeature()
183 (*fe)->setMacAddress = SetMacAddress; in InitBaseFeature()
184 (*fe)->getDeviceMacAddress = GetDeviceMacAddress; in InitBaseFeature()
185 (*fe)->getValidFreqsWithBand = GetValidFreqsWithBand; in InitBaseFeature()
186 (*fe)->setTxPower = HalSetTxPower; in InitBaseFeature()
187 (*fe)->getChipId = HalGetChipId; in InitBaseFeature()
188 (*fe)->getIfNamesByChipId = HalGetIfNamesByChipId; in InitBaseFeature()
[all …]
H A Dwifi_hal_sta_feature.c114 int32_t InitStaFeature(struct IWiFiSta **fe) in InitStaFeature() argument
116 if (fe == NULL || *fe == NULL) { in InitStaFeature()
120 if (InitBaseFeature((struct IWiFiBaseFeature **)fe) != HDF_SUCCESS) { in InitStaFeature()
124 (*fe)->setScanningMacAddress = SetScanningMacAddress; in InitStaFeature()
125 (*fe)->startScan = StartScan; in InitStaFeature()
126 (*fe)->startPnoScan = StartPnoScan; in InitStaFeature()
127 (*fe)->stopPnoScan = StopPnoScan; in InitStaFeature()
128 (*fe)->getSignalPollInfo = GetSignalPollInfo; in InitStaFeature()
H A Dwifi_hal_ap_feature.c73 int32_t InitApFeature(struct IWiFiAp **fe) in InitApFeature() argument
75 if (fe == NULL || *fe == NULL) { in InitApFeature()
79 if (InitBaseFeature((struct IWiFiBaseFeature **)fe) != HDF_SUCCESS) { in InitApFeature()
83 (*fe)->getAssociatedStas = HalGetAssociatedStas; in InitApFeature()
84 (*fe)->setCountryCode = HalSetCountryCode; in InitApFeature()
85 (*fe)->getApBandwidth = HalGetApBandwidth; in InitApFeature()
H A Dwifi_hal_p2p_feature.c26 int32_t InitP2pFeature(struct IWiFiP2p **fe) in InitP2pFeature() argument
28 if (fe == NULL || *fe == NULL) { in InitP2pFeature()
32 if (InitBaseFeature((struct IWiFiBaseFeature **)fe) != HDF_SUCCESS) { in InitP2pFeature()
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-memory-leak.md129 4009f01c: 67 7a fe eb bl #-398948 <LOS_MemAlloc>
132 4009f028: c7 79 fe eb bl #-399588 <LOS_MemInit>
134 4009f030: 43 78 fe eb bl #-401140 <OsMemUsedNodeShow>
137 4009f03c: 5f 7a fe eb bl #-398980 <LOS_MemAlloc>
140 4009f048: 5c 7a fe eb bl #-398992 <LOS_MemAlloc>
142 4009f050: 3b 78 fe eb bl #-401172 <OsMemUsedNodeShow>
144 4009f058: 40 b8 fe eb bl #-335616 <dprintf>
146 4009f060: 2c 7a fe eb bl #-399184 <LOS_MemDeInit>
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-memory-leak.md130 4009f01c: 67 7a fe eb bl #-398948 <LOS_MemAlloc>
133 4009f028: c7 79 fe eb bl #-399588 <LOS_MemInit>
135 4009f030: 43 78 fe eb bl #-401140 <OsMemUsedNodeShow>
138 4009f03c: 5f 7a fe eb bl #-398980 <LOS_MemAlloc>
141 4009f048: 5c 7a fe eb bl #-398992 <LOS_MemAlloc>
143 4009f050: 3b 78 fe eb bl #-401172 <OsMemUsedNodeShow>
145 4009f058: 40 b8 fe eb bl #-335616 <dprintf>
147 4009f060: 2c 7a fe eb bl #-399184 <LOS_MemDeInit>
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe.cpp80 void InitFilterColor(const SvgFeCommonAttribute& fe, SvgColorInterpolationType& currentColor) in InitFilterColor() argument
82 if (fe.in.in == SvgFeInType::SOURCE_GRAPHIC) { in InitFilterColor()
85 currentColor = fe.colorInterpolationType; in InitFilterColor()
/ohos5.0/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal_p2p_feature.h72 int32_t InitP2pFeature(struct IWiFiP2p **fe);
H A Dwifi_hal_ap_feature.h126 int32_t InitApFeature(struct IWiFiAp **fe);
H A Dwifi_hal_sta_feature.h138 int32_t InitStaFeature(struct IWiFiSta **fe);
H A Dwifi_hal_base_feature.h239 int32_t InitBaseFeature(struct IWiFiBaseFeature **fe);
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dwifi_module.h86 struct WifiFeature *fe[HDF_WIFI_FEATURE_NUM]; /**< An array of WLAN features */ member
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DDataFetcher.java369 for (Fetcher fe : FETCHERS) { in main()
370 exec.execute(fe); in main()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15fe={configure:e=>{oe("New configuration to be validated: ",e),le(e,ce(ae(e)),"must be an object.")… class
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15fe={configure:e=>{oe("New configuration to be validated: ",e),le(e,ce(ae(e)),"must be an object.")… class
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16fe={configure:e=>{oe("New configuration to be validated: ",e),le(e,ce(ae(e)),"must be an object.")… class
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/video_res/test_hls/
H A Dout000.ts430 ���6�(���̝/�׃Rw!���i,f�H�#������Zg�ϸ������զ��|�Xo���t�8��(ƿ�kaVfe�\}6�X�OoE�'n��
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/demuxer_res/
H A Dhevc_aac_3840x2160_30frames.ts469 �`�2i40����!���"����<˩8K]���NOs+��^�� ʌ0�8ЦS�U������*����.h�fe�E? $�#%7Mn �7��s�6�tI~�p}…
2583 …]K�sa�[���e�/o5.�ުZ�!�����r��s��f@��,�=� �a��%���w�=���![�^��+L7= 0H�fe���a:Q�:�sbF��!y��…
4140 =wm�Y8v���6���Y��qr�J���Z*����H����*?"X������^.uu�՛4��*�}їk�fe.���ƍ�*$��c衸�zF�c :��<��ܷ��&�v�۪�…
6941 N�7}Q'��e����� �*��ߪg�fe�� Ҵ� �G��;�lt�R���~ ��/�ǻŐ��S�'�G>��@7"/T$^��R߅���� b�xY嚡�e���…
7161 ���v�T�E�{nI�r$$�I�2�s�����7ge�ù�=g��@Y� ��8��{ԄB���&(d�7PJA٬P��x騤G���LgG�V fe����c?^|0П…
10690 �E����+#���1z�ކ�e}���/Q�F����%,���K``�9fe��� ��*���۬�.˹7~�xzHS��KG����TN����@��
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/video_res/test_cbr/1080_3M/
H A Dvideo_10804.ts748 …F}��݄hG�ު=�=������2�K=�F�b&E9�Vk�y��b+�s=��m�r�R��YO�OG�e��2Em6g�fe�v��rT���ڰ�Ύ7�0ds�ª)…
985 …�P�w��.�?�o��>���Z{�\r�y��']c6� ok�ͬ���;�Z���_=�_pq��"JK ��c����"&:)�fe�@YF��<۵�SHG�
2433 KL��"��(*�����V ,��z^��AG�>�V�`��4~,��v��C#��q�m�Br�$�_�}��?a���`+qý������g!{fe��Y`�…
3302 ���-u�S������m4;B�>��r'���^��k�n��V����G�az�� ��IPa��.�N�2O����%�RԀ����$����"E��2�,fe��…
3519 �C�ٸ���)H y����B y�����t�2���rh�?+��U-�qC��p�O+&��.j�$c���fe��w�ƂU��+FH0*0��c
9117 zi52"��?���Y����uat<5�M=���-\�Sdt�җl��������P0n��fe���/�i��R<�4�Tz}uZ F+'�j� ���'Gl?…
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/resources/demuxer/
H A Dh264_aac_640.ts323 ���5�������deI�~Vm�eO ^`�fe�>n��G��A�۲��c�<���5S��۸�u�3�"�u�%�TX�����d?��8&c�1.�u�me8g��…
2585 …���������������������������������������������������������������������������fe�U;�r��`�<N���P:�…
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/video_res/test_cbr/720_1M/
H A Dvideo_3.ts410 …qmˇ�ӻ�����+L|�+�~I-V����Z�4��j�����o��V�!9Z�7�W��/!��X$��v6S��'j�G�7��fe�1��F���v�JF�v�52
1305 ��z�����A1��(* ��<\�9�sÛ�������ǯ����G����s�z��'�V����7�n]fe���M>D ������o0�X�g#�@M�� r…

123