/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/ |
H A D | wifi_module.c | 41 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 D | wifi_feature.c | 23 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 D | rosen_render_svg_filter.cpp | 64 …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 D | rosen_render_svg_filter.h | 45 …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 D | wifi_hal_base_feature.c | 175 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 D | wifi_hal_sta_feature.c | 114 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 D | wifi_hal_ap_feature.c | 73 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 D | wifi_hal_p2p_feature.c | 26 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 D | kernel-small-debug-memory-leak.md | 129 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 D | kernel-small-debug-memory-leak.md | 130 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 D | svg_fe.cpp | 80 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 D | wifi_hal_p2p_feature.h | 72 int32_t InitP2pFeature(struct IWiFiP2p **fe);
|
H A D | wifi_hal_ap_feature.h | 126 int32_t InitApFeature(struct IWiFiAp **fe);
|
H A D | wifi_hal_sta_feature.h | 138 int32_t InitStaFeature(struct IWiFiSta **fe);
|
H A D | wifi_hal_base_feature.h | 239 int32_t InitBaseFeature(struct IWiFiBaseFeature **fe);
|
/ohos5.0/drivers/hdf_core/framework/include/wifi/ |
H A D | wifi_module.h | 86 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 D | DataFetcher.java | 369 for (Fetcher fe : FETCHERS) { in main() 370 exec.execute(fe); in main()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …fe={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 D | hvigor-wrapper.js | 15 …fe={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 D | hvigor-wrapper.js | 16 …fe={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 D | out000.ts | 430 ���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 D | hevc_aac_3840x2160_30frames.ts | 469 �`�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��LgGV 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 D | video_10804.ts | 748 …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����Gaz�� ��IPa��.�N�2O���%�RԀ����$���"E��2�,fe��… 3519 �C�ٸ���)Hy����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 D | h264_aac_640.ts | 323 ���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 D | video_3.ts | 410 …qmˇ�ӻ�����+L|�+�~I-V����Z�4��j�����o��V�!9Z�7�W�/!��X$��v6S��'j�G7��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…
|