/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstalleruninstallbundlebyuninstallparam_fuzzer/ |
H A D | basebundleinstalleruninstallbundlebyuninstallparam_fuzzer.cpp | 59 (void)memset_s(ch, size + 1, 0x00, size + 1); in LLVMFuzzerTestOneInput()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerremoveinfo_fuzzer/ |
H A D | appservicefwkinstallerremoveinfo_fuzzer.cpp | 60 (void)memset_s(ch, size + 1, 0x00, size + 1); in LLVMFuzzerTestOneInput()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerrollback_fuzzer/ |
H A D | appservicefwkinstallerrollback_fuzzer.cpp | 60 (void)memset_s(ch, size + 1, 0x00, size + 1); in LLVMFuzzerTestOneInput()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallersavebundleinfotostorage_fuzzer/ |
H A D | appservicefwkinstallersavebundleinfotostorage_fuzzer.cpp | 60 (void)memset_s(ch, size + 1, 0x00, size + 1); in LLVMFuzzerTestOneInput()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallermarkprebundlesyeeventboottag_fuzzer/ |
H A D | basebundleinstallermarkprebundlesyeeventboottag_fuzzer.cpp | 59 (void)memset_s(ch, size + 1, 0x00, size + 1); in LLVMFuzzerTestOneInput()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerrenamemoduledir_fuzzer/ |
H A D | basebundleinstallerrenamemoduledir_fuzzer.cpp | 59 (void)memset_s(ch, size + 1, 0x00, size + 1); in LLVMFuzzerTestOneInput()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallermovesotorealpath_fuzzer/ |
H A D | appservicefwkinstallermovesotorealpath_fuzzer.cpp | 60 (void)memset_s(ch, size + 1, 0x00, size + 1); in LLVMFuzzerTestOneInput()
|
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/include/ |
H A D | disc_ble_constant.h | 32 #define TLV_TYPE_END 0x00
|
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | message_option.h | 24 TF_SYNC = 0x00,
|
/foundation/deviceprofile/device_info_manager/old/services/core/include/devicemanager/ |
H A D | device_info.h | 26 UNKNOWN_TYPE = 0x00,
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/ |
H A D | rtp_enc_demo.cpp | 121 if (start[0] == 0x00 && start[1] == 0x00 && start[2] == 0x01) { in FindNextNal() 124 if (start[0] == 0x00 && start[1] == 0x00 && start[2] == 0x00 && start[3] == 0x01) { in FindNextNal()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/aac_demuxer/ |
H A D | aac_demuxer_plugin.cpp | 54 FALSE_LOG(memset_s(&aacDemuxerRst_, sizeof(aacDemuxerRst_), 0x00, sizeof(AACDemuxerRst)) == 0);
in AACDemuxerPlugin() 134 ret = memset_s(inIoBuffer_ + ioDataRemainSize_, ioNeedReadSize, 0x00, ioNeedReadSize);
234 (void)memset_s(inIoBuffer_, inIoBufferSize_, 0x00, inIoBufferSize_);
in Init() 258 (void)memset_s(inIoBuffer_, inIoBufferSize_, 0x00, inIoBufferSize_);
in Reset() 414 return data[0] == 0xff && (data[1] & 0xf0) == 0xf0 && (data[1] & 0x06) == 0x00; // 根据协议判断是否为AAC帧
in IsAACPattern()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | btm.h | 188 #define BTM_ROLE_MASTER 0x00 217 #define LE_CONNECTION_ROLE_MASTER 0x00 582 #define OWN_ADDRESS_TYPE_PUBLIC 0x00 657 #define BTM_PM_ACTIVE_MODE 0x00 805 #define LINK_TYPE_SCO 0x00
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_connect.c | 144 (void)memset_s(ctx, sizeof(SdpConnectInfo), 0x00, sizeof(SdpConnectInfo)); in SdpConnectWaitTime() 181 (void)memset_s(ctx, sizeof(SdpConnectInfo), 0x00, sizeof(SdpConnectInfo)); in SdpConnectTimeout() 320 (void)memset_s(ctx, sizeof(SdpConnectCallbackInfo), 0x00, sizeof(SdpConnectCallbackInfo)); in SdpConnectReqCallback() 370 (void)memset_s(ctx, sizeof(SdpConnectCallbackInfo), 0x00, sizeof(SdpConnectCallbackInfo)); in SdpConfigReqCallback() 439 (void)memset_s(ctx, sizeof(SdpConnectCallbackInfo), 0x00, sizeof(SdpConnectCallbackInfo)); in SdpConnectRspCallback() 509 (void)memset_s(ctx, sizeof(SdpConnectCallbackInfo), 0x00, sizeof(SdpConnectCallbackInfo)); in SdpConfigRspCallback() 561 (void)memset_s(ctx, sizeof(SdpConnectCallbackInfo), 0x00, sizeof(SdpConnectCallbackInfo)); in SdpDisconnectionRspCallback() 652 (void)memset_s(ctx, sizeof(SdpReceiveConnectRequestInfo), 0x00, sizeof(SdpReceiveConnectRequestInfo)); in SdpReceiveConnectRequest() 742 (void)memset_s(ctx, sizeof(SdpReceiveConnectResponseInfo), 0x00, sizeof(SdpReceiveConnectResponseInfo)); in SdpReceiveConnectResponse() 807 (void)memset_s(ctx, sizeof(SdpReceiveConfigRequestInfo), 0x00, sizeo in SdpReceiveConfigRequest() [all...] |
/test/xts/acts/graphic/nativedrawing/entry/src/main/cpp/ |
H A D | nativeDrawingndk.cpp | 182 OH_Drawing_BrushSetColor(brush, OH_Drawing_ColorSetArgb(0xFF, 0xFF, 0x00, 0x00));
in OHDrawingBrushGetColor() 196 OH_Drawing_BrushSetColor(brush, OH_Drawing_ColorSetArgb(0xFF, 0xFF, 0x00, 0x00));
in OHDrawingBrushSetColor() 278 OH_Drawing_PenSetColor(penn, OH_Drawing_ColorSetArgb(0xFF, 0xFF, 0x00, 0x00));
in OHDrawingPenGetColor() 292 OH_Drawing_PenSetColor(pen, OH_Drawing_ColorSetArgb(0xFF, 0xFF, 0x00, 0x00));
in OHDrawingPenSetColor() 418 OH_Drawing_BrushSetColor(brushsh, OH_Drawing_ColorSetArgb(0xFF, 0xFF, 0x00, 0x00));
in OHDrawingColorSetArgb() [all...] |
/base/notification/eventhandler/test/fuzztest/eventqueueinsert_fuzzer/ |
H A D | eventqueueinsert_fuzzer.cpp | 55 (void)memset_s(ch, size + 1, 0x00, size + 1);
in LLVMFuzzerTestOneInput()
|
/base/notification/eventhandler/test/fuzztest/filedescriptorlistener_fuzzer/ |
H A D | filedescriptorlistener_fuzzer.cpp | 57 (void)memset_s(ch, size + 1, 0x00, size + 1);
in LLVMFuzzerTestOneInput()
|
/base/notification/eventhandler/test/fuzztest/innerevent_fuzzer/ |
H A D | innerevent_fuzzer.cpp | 53 (void)memset_s(ch, size + 1, 0x00, size + 1);
in LLVMFuzzerTestOneInput()
|
/foundation/ability/dmsfwk_lite/source/ |
H A D | dmslite_devmgr.c | 51 (void)memset_s(g_peerDevId, NETWORK_ID_BUF_LEN, 0x00, NETWORK_ID_BUF_LEN); in onNodeOffline()
|
/foundation/ability/form_fwk/test/fuzztest/formerrors_fuzzer/ |
H A D | formerrors_fuzzer.cpp | 69 (void)memset_s(ch, size + 1, 0x00, size + 1); in LLVMFuzzerTestOneInput()
|
/foundation/ability/form_fwk/test/fuzztest/providerconnectproxy_fuzzer/ |
H A D | providerconnectproxy_fuzzer.cpp | 69 (void)memset_s(ch, size + 1, 0x00, size + 1); in LLVMFuzzerTestOneInput()
|
/foundation/ability/form_fwk/test/fuzztest/formecologicalruleparam_fuzzer/ |
H A D | formecologicalruleparam_fuzzer.cpp | 68 (void)memset_s(ch, size + 1, 0x00, size + 1);
in LLVMFuzzerTestOneInput()
|
/foundation/ability/form_fwk/test/fuzztest/formsupplyproxy_fuzzer/ |
H A D | formsupplyproxy_fuzzer.cpp | 69 (void)memset_s(ch, size + 1, 0x00, size + 1); in LLVMFuzzerTestOneInput()
|
/foundation/ability/form_fwk/test/fuzztest/formjsinfo_fuzzer/ |
H A D | formjsinfo_fuzzer.cpp | 68 (void)memset_s(ch, size + 1, 0x00, size + 1); in LLVMFuzzerTestOneInput()
|
/foundation/ability/ability_runtime/test/fuzztest/getprocessrunninginfos_fuzzer/ |
H A D | getprocessrunninginfos_fuzzer.cpp | 68 (void)memset_s(ch, size + 1, 0x00, size + 1); in LLVMFuzzerTestOneInput()
|