/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | conn_hisysevent_matcher.h | 70 auto extra = static_cast<ConnEventExtra>(inExtra); in MATCHER_P2() local 72 MatchConnEventNameTypeExtraInt32Param(params, index, extra.result); in MATCHER_P2() 73 MatchConnEventNameTypeExtraInt32Param(params, ++index, extra.errcode); in MATCHER_P2() 74 MatchConnEventNameTypeExtraInt32Param(params, ++index, extra.connectionId); in MATCHER_P2() 75 MatchConnEventNameTypeExtraInt32Param(params, ++index, extra.requestId); in MATCHER_P2() 76 MatchConnEventNameTypeExtraInt32Param(params, ++index, extra.linkType); in MATCHER_P2() 77 MatchConnEventNameTypeExtraInt32Param(params, ++index, extra.authType); in MATCHER_P2() 78 MatchConnEventNameTypeExtraInt32Param(params, ++index, extra.authId); in MATCHER_P2() 79 MatchConnEventNameTypeExtraStrParam(params, ++index, extra.lnnType); in MATCHER_P2() 80 MatchConnEventNameTypeExtraInt32Param(params, ++index, extra in MATCHER_P2() 119 auto extra = static_cast<ConnEventExtra>(inExtra); MATCHER_P2() local 145 auto extra = static_cast<ConnAuditExtra>(inExtra); MATCHER_P2() local [all...] |
H A D | trans_hisysevent_matcher.h | 57 auto extra = static_cast<TransEventExtra>(inExtra); in MATCHER_P2() local 59 MatchTransEventNameTypeExtraInt32Param(params, index, extra.result); in MATCHER_P2() 60 MatchTransEventNameTypeExtraInt32Param(params, ++index, extra.errcode); in MATCHER_P2() 61 MatchTransEventNameTypeExtraStrParamAnony(params, ++index, extra.socketName); in MATCHER_P2() 62 MatchTransEventNameTypeExtraInt32Param(params, ++index, extra.dataType); in MATCHER_P2() 63 MatchTransEventNameTypeExtraInt32Param(params, ++index, extra.channelType); in MATCHER_P2() 64 MatchTransEventNameTypeExtraInt32Param(params, ++index, extra.laneId); in MATCHER_P2() 65 MatchTransEventNameTypeExtraInt32Param(params, ++index, extra.preferLinkType); in MATCHER_P2() 66 MatchTransEventNameTypeExtraInt32Param(params, ++index, extra.laneTransType); in MATCHER_P2() 67 MatchTransEventNameTypeExtraInt32Param(params, ++index, extra in MATCHER_P2() 99 auto extra = static_cast<TransEventExtra>(inExtra); MATCHER_P2() local 142 auto extra = static_cast<TransAlarmExtra>(inExtra); MATCHER_P2() local 186 auto extra = static_cast<TransAuditExtra>(inExtra); MATCHER_P2() local [all...] |
H A D | lnn_hisysevent_matcher.h | 63 auto extra = static_cast<LnnEventExtra>(inExtra); in MATCHER_P2() local 65 MatchLnnEventNameTypeExtraInt32Param(params, index, extra.result); in MATCHER_P2() 66 MatchLnnEventNameTypeExtraInt32Param(params, ++index, extra.errcode); in MATCHER_P2() 67 MatchLnnEventNameTypeExtraInt32Param(params, ++index, extra.authId); in MATCHER_P2() 68 MatchLnnEventNameTypeExtraInt32Param(params, ++index, extra.discServerType); in MATCHER_P2() 69 MatchLnnEventNameTypeExtraInt32Param(params, ++index, extra.gearCycle); in MATCHER_P2() 70 MatchLnnEventNameTypeExtraInt32Param(params, ++index, extra.gearDuration); in MATCHER_P2() 71 MatchLnnEventNameTypeExtraInt32Param(params, ++index, extra.connectionId); in MATCHER_P2() 72 MatchLnnEventNameTypeExtraInt32Param(params, ++index, extra.authLinkType); in MATCHER_P2() 73 MatchLnnEventNameTypeExtraInt32Param(params, ++index, extra in MATCHER_P2() 108 auto extra = static_cast<LnnEventExtra>(inExtra); MATCHER_P2() local 150 auto extra = static_cast<LnnAuditExtra>(inExtra); MATCHER_P2() local 191 auto extra = static_cast<LnnAuditExtra>(inExtra); MATCHER_P2() local [all...] |
H A D | disc_hisysevent_matcher.h | 54 auto extra = static_cast<DiscEventExtra>(inExtra); in MATCHER_P2() local 56 MatchDiscEventNameTypeExtraInt32Param(params, index, extra.result); in MATCHER_P2() 57 MatchDiscEventNameTypeExtraInt32Param(params, ++index, extra.errcode); in MATCHER_P2() 58 MatchDiscEventNameTypeExtraInt32Param(params, ++index, extra.initType); in MATCHER_P2() 59 MatchDiscEventNameTypeExtraInt32Param(params, ++index, extra.serverType); in MATCHER_P2() 60 MatchDiscEventNameTypeExtraInt32Param(params, ++index, extra.interFuncType); in MATCHER_P2() 61 MatchDiscEventNameTypeExtraInt32Param(params, ++index, extra.capabilityBit); in MATCHER_P2() 62 MatchDiscEventNameTypeExtraStrParam(params, ++index, extra.capabilityData); in MATCHER_P2() 63 MatchDiscEventNameTypeExtraInt32Param(params, ++index, extra.bleTurnState); in MATCHER_P2() 64 MatchDiscEventNameTypeExtraInt32Param(params, ++index, extra in MATCHER_P2() 90 auto extra = static_cast<DiscEventExtra>(inExtra); MATCHER_P2() local [all...] |
/foundation/communication/dsoftbus/core/common/dfx/event/src/ |
H A D | softbus_event_virtual.c | 21 void ConnEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, ConnEventExtra *extra) in ConnEventInner() argument 27 (void)extra; in ConnEventInner() 30 void ConnAlarmInner(int32_t scene, int32_t type, const char *func, int32_t line, ConnAlarmExtra *extra) in ConnAlarmInner() argument 35 (void)extra; in ConnAlarmInner() 38 void ConnStatsInner(int32_t scene, const char *func, int32_t line, ConnStatsExtra *extra) in ConnStatsInner() argument 43 (void)extra; in ConnStatsInner() 46 void ConnAuditInner(int32_t scene, const char *func, int32_t line, ConnAuditExtra *extra) in ConnAuditInner() argument 51 (void)extra; in ConnAuditInner() 54 void DiscEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, DiscEventExtra *extra) in DiscEventInner() argument 60 (void)extra; in DiscEventInner() 63 DiscAlarmInner(int32_t scene, int32_t type, const char *func, int32_t line, DiscAlarmExtra *extra) DiscAlarmInner() argument 71 DiscStatsInner(int32_t scene, const char *func, int32_t line, DiscStatsExtra *extra) DiscStatsInner() argument 79 DiscAuditInner(int32_t scene, const char *func, int32_t line, DiscAuditExtra *extra) DiscAuditInner() argument 87 DiscEventExtraInit(DiscEventExtra *extra) DiscEventExtraInit() argument 92 LnnEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, LnnEventExtra *extra) LnnEventInner() argument 101 LnnAlarmInner(int32_t scene, int32_t type, const char *func, int32_t line, LnnAlarmExtra *extra) LnnAlarmInner() argument 109 LnnStatsInner(int32_t scene, const char *func, int32_t line, LnnStatsExtra *extra) LnnStatsInner() argument 117 LnnAuditInner(int32_t scene, const char *func, int32_t line, LnnAuditExtra *extra) LnnAuditInner() argument 125 LnnEventExtraInit(LnnEventExtra *extra) LnnEventExtraInit() argument 130 TransEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, TransEventExtra *extra) TransEventInner() argument 139 TransAlarmInner(int32_t scene, int32_t type, const char *func, int32_t line, TransAlarmExtra *extra) TransAlarmInner() argument 147 TransStatsInner(int32_t scene, const char *func, int32_t line, TransStatsExtra *extra) TransStatsInner() argument 155 TransAuditInner(int32_t scene, const char *func, int32_t line, TransAuditExtra *extra) TransAuditInner() argument [all...] |
H A D | lnn_event.c | 21 void LnnEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, LnnEventExtra *extra) in LnnEventInner() argument 23 if (func == NULL || extra == NULL) { in LnnEventInner() 24 COMM_LOGE(COMM_DFX, "func or extra is NUll"); in LnnEventInner() 33 .lnnExtra = extra, in LnnEventInner() 38 void LnnAlarmInner(int32_t scene, int32_t type, const char *func, int32_t line, LnnAlarmExtra *extra) in LnnAlarmInner() argument 46 .lnnAlarmExtra = extra, in LnnAlarmInner() 51 void LnnAuditInner(int32_t scene, const char *func, int32_t line, LnnAuditExtra *extra) in LnnAuditInner() argument 53 if (func == NULL || extra == NULL) { in LnnAuditInner() 54 COMM_LOGE(COMM_DFX, "func or extra is NUll"); in LnnAuditInner() 62 .lnnAuditExtra = extra, in LnnAuditInner() 67 LnnEventExtraInit(LnnEventExtra *extra) LnnEventExtraInit() argument [all...] |
H A D | disc_event.c | 21 void DiscEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, DiscEventExtra *extra) in DiscEventInner() argument 23 if (func == NULL || extra == NULL) { in DiscEventInner() 24 COMM_LOGE(COMM_DFX, "func or extra is NUll"); in DiscEventInner() 33 .discExtra = extra, in DiscEventInner() 38 void DiscAlarmInner(int32_t scene, int32_t type, const char *func, int32_t line, DiscAlarmExtra *extra) in DiscAlarmInner() argument 46 .discAlarmExtra = extra, in DiscAlarmInner() 51 void DiscAuditInner(int32_t scene, const char *func, int32_t line, DiscAuditExtra *extra) in DiscAuditInner() argument 53 if (func == NULL || extra == NULL) { in DiscAuditInner() 54 COMM_LOGE(COMM_DFX, "func or extra is NUll"); in DiscAuditInner() 62 .discAuditExtra = extra, in DiscAuditInner() 67 DiscEventExtraInit(DiscEventExtra *extra) DiscEventExtraInit() argument [all...] |
H A D | conn_event.c | 21 void ConnEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, ConnEventExtra *extra) in ConnEventInner() argument 23 if (func == NULL || extra == NULL) { in ConnEventInner() 24 COMM_LOGE(COMM_DFX, "func or extra is NUll"); in ConnEventInner() 33 .connExtra = extra, in ConnEventInner() 38 void ConnAlarmInner(int32_t scene, int32_t type, const char *func, int32_t line, ConnAlarmExtra *extra) in ConnAlarmInner() argument 40 if (extra == NULL) { in ConnAlarmInner() 49 .connAlarmExtra = extra, in ConnAlarmInner() 54 void ConnAuditInner(int32_t scene, const char *func, int32_t line, ConnAuditExtra *extra) in ConnAuditInner() argument 56 if (func == NULL || extra == NULL) { in ConnAuditInner() 57 COMM_LOGE(COMM_DFX, "func or extra i in ConnAuditInner() [all...] |
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/ |
H A D | wifi_direct_dfx.cpp | 29 ConnEventExtra extra = { in DfxRecord() local 34 ReportConnEventExtra(extra, connectInfo); in DfxRecord() 38 ConnEventExtra extra = { in DfxRecord() local 44 ReportConnEventExtra(extra, connectInfo); in DfxRecord() 62 void WifiDirectDfx::ReportConnEventExtra(ConnEventExtra &extra, WifiDirectConnectInfo &wifiDirectConnectInfo) in ReportConnEventExtra() argument 68 extra.linkType = CONNECT_P2P; in ReportConnEventExtra() 70 extra.linkType = CONNECT_HML; in ReportConnEventExtra() 72 extra.linkType = CONNECT_TRIGGER_HML; in ReportConnEventExtra() 81 extra.challengeCode = challengeCodeStr.c_str(); in ReportConnEventExtra() 89 extra in ReportConnEventExtra() [all...] |
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_callback.h | 45 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) override; 60 void OnStateChangeCb(const int32_t extra, const Format &infoBody); 61 void OnVolumeChangeCb(const int32_t extra, const Format &infoBody); 62 void OnSeekDoneCb(const int32_t extra, const Format &infoBody); 63 void OnSpeedDoneCb(const int32_t extra, const Format &infoBody); 64 void OnBitRateDoneCb(const int32_t extra, const Format &infoBody); 65 void OnPositionUpdateCb(const int32_t extra, const Format &infoBody); 66 void OnDurationUpdateCb(const int32_t extra, const Format &infoBody); 67 void OnBufferingUpdateCb(const int32_t extra, const Format &infoBody); 68 void OnSubtitleUpdateCb(const int32_t extra, cons [all...] |
/foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
H A D | lnn_event.h | 25 #define LNN_EVENT(scene, stage, extra) LnnEventInner(scene, stage, __FUNCTION__, __LINE__, &(extra)) 26 #define LNN_ALARM(scene, type, extra) LnnAlarmInner(scene, type, __FUNCTION__, __LINE__, &(extra)) 27 #define LNN_STATS(scene, extra) LnnStatsInner(scene, __FUNCTION__, __LINE__, &(extra)) 28 #define LNN_AUDIT(scene, extra) LnnAuditInner(scene, __FUNCTION__, __LINE__, &(extra)) 31 void LnnEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, LnnEventExtra *extra); 32 void LnnAlarmInner(int32_t scene, int32_t type, const char *func, int32_t line, LnnAlarmExtra *extra); [all...] |
H A D | disc_event.h | 25 #define DISC_EVENT(scene, stage, extra) DiscEventInner(scene, stage, __FUNCTION__, __LINE__, &(extra)) 26 #define DISC_ALARM(scene, type, extra) DiscAlarmInner(scene, type, __FUNCTION__, __LINE__, &(extra)) 27 #define DISC_STATS(scene, extra) DiscStatsInner(scene, __FUNCTION__, __LINE__, &(extra)) 28 #define DISC_AUDIT(scene, extra) DiscAuditInner(scene, __FUNCTION__, __LINE__, &(extra)) 31 void DiscEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, DiscEventExtra *extra); 32 void DiscAlarmInner(int32_t scene, int32_t type, const char *func, int32_t line, DiscAlarmExtra *extra); [all...] |
H A D | trans_event.h | 25 #define TRANS_EVENT(scene, stage, extra) TransEventInner(scene, stage, __FUNCTION__, __LINE__, &(extra)) 26 #define TRANS_ALARM(scene, type, extra) TransAlarmInner(scene, type, __FUNCTION__, __LINE__, &(extra)) 27 #define TRANS_STATS(scene, extra) TransStatsInner(scene, __FUNCTION__, __LINE__, &(extra)) 28 #define TRANS_AUDIT(scene, extra) TransAuditInner(scene, __FUNCTION__, __LINE__, &(extra)) 31 void TransEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, TransEventExtra *extra); 32 void TransAlarmInner(int32_t scene, int32_t type, const char *func, int32_t line, TransAlarmExtra *extra); [all...] |
H A D | conn_event.h | 26 #define CONN_EVENT(scene, stage, extra) ConnEventInner(scene, stage, __FUNCTION__, __LINE__, &extra) 27 #define CONN_ALARM(scene, type, extra) ConnAlarmInner(scene, type, __FUNCTION__, __LINE__, &extra) 28 #define CONN_STATS(scene, extra) ConnStatsInner(scene, __FUNCTION__, __LINE__, &extra) 29 #define CONN_AUDIT(scene, extra) ConnAuditInner(scene, __FUNCTION__, __LINE__, &extra) 32 void ConnEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, ConnEventExtra *extra); 33 void ConnAlarmInner(int32_t scene, int32_t type, const char *func, int32_t line, ConnAlarmExtra *extra); [all...] |
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | info.py | 42 def from_raw(cls, raw, **extra): 44 if extra: 46 raise NotImplementedError((raw, extra)) 47 #return cls(raw.item, raw.typedecl, **raw._extra, **extra) 51 return cls(raw, **extra) 53 raise NotImplementedError((raw, extra)) 56 def from_resolved(cls, item, resolved, **extra): 58 return cls(item, typedecl=resolved, **extra) 60 typedeps, extra = cls._parse_raw_resolved(item, resolved, extra) [all...] |
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/ |
H A D | trans_lane_common_test.cpp | 713 TransEventExtra extra;
in HWTEST_F() local 718 (void)memset_s(&extra, sizeof(extra), 0, sizeof(extra));
in HWTEST_F() 721 EXPECT_EQ(extra.result, SOFTBUS_OK);
in HWTEST_F() 723 TransBuildTransOpenChannelStartEvent(&extra, nullptr, &nodeInfo, peerRet);
in HWTEST_F() 724 EXPECT_EQ(extra.result, SOFTBUS_OK);
in HWTEST_F() 726 TransBuildTransOpenChannelStartEvent(&extra, appInfo, nullptr, peerRet);
in HWTEST_F() 727 EXPECT_EQ(extra.result, SOFTBUS_OK);
in HWTEST_F() 731 TransBuildTransOpenChannelStartEvent(&extra, appInf in HWTEST_F() 749 TransEventExtra extra; HWTEST_F() local 797 TransEventExtra extra; HWTEST_F() local 823 TransEventExtra extra; HWTEST_F() local [all...] |
/foundation/multimedia/player_framework/services/services/player/ipc/ |
H A D | player_listener_stub.cpp | 55 int32_t extra = data.ReadInt32(); in OnRemoteRequest() local 59 MEDIA_LOGD("0x%{public}06" PRIXPTR " listen on info type: %{public}d extra %{public}d, format %{public}s", in OnRemoteRequest() 60 FAKE_POINTER(this), type, extra, info.c_str()); in OnRemoteRequest() 61 OnInfo(static_cast<PlayerOnInfoType>(type), extra, format); in OnRemoteRequest() local 86 void PlayerListenerStub::OnMonitor(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnMonitor() argument 94 if (((type == INFO_TYPE_STATE_CHANGE) && (extra == PLAYER_PLAYBACK_COMPLETE || extra == PLAYER_STATE_ERROR)) || in OnMonitor() 95 ((type == INFO_TYPE_STATE_CHANGE) && extra == PLAYER_PAUSED && reason == StateChangeReason::BACKGROUND) || in OnMonitor() 96 ((type == INFO_TYPE_STATE_CHANGE_BY_AUDIO) && (extra == PLAYER_PAUSED))) { in OnMonitor() 97 MEDIA_LOGI("DisableMonitor, type = %{public}d, extra in OnMonitor() 102 OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) OnInfo() argument [all...] |
/foundation/multimedia/player_framework/frameworks/native/capi/player/ |
H A D | native_avplayer.cpp | 265 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) override; 276 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) override; 288 void OnSeekDoneCb(const int32_t extra, const Format &infoBody); 289 void OnSpeedDoneCb(const int32_t extra, const Format &infoBody); 290 void OnBitRateDoneCb(const int32_t extra, const Format &infoBody); 291 void OnEosCb(const int32_t extra, const Format &infoBody); 292 void OnStateChangeCb(const int32_t extra, const Format &infoBody); 293 void OnPositionUpdateCb(const int32_t extra, const Format &infoBody); 294 void OnVolumeChangeCb(const int32_t extra, const Format &infoBody); 295 void OnMessageCb(const int32_t extra, cons 380 OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) OnInfo() argument 555 OnSeekDoneCb(const int32_t extra, const Format &infoBody) OnSeekDoneCb() argument 568 OnSpeedDoneCb(const int32_t extra, const Format &infoBody) OnSpeedDoneCb() argument 581 OnBitRateDoneCb(const int32_t extra, const Format &infoBody) OnBitRateDoneCb() argument 594 OnEosCb(const int32_t extra, const Format &infoBody) OnEosCb() argument 604 OnStateChangeCb(const int32_t extra, const Format &infoBody) OnStateChangeCb() argument 635 OnPositionUpdateCb(const int32_t extra, const Format &infoBody) OnPositionUpdateCb() argument 649 OnVolumeChangeCb(const int32_t extra, const Format &infoBody) OnVolumeChangeCb() argument 664 OnMessageCb(const int32_t extra, const Format &infoBody) OnMessageCb() argument 686 OnVideoSizeChangedCb(const int32_t extra, const Format &infoBody) OnVideoSizeChangedCb() argument 704 OnBufferingUpdateCb(const int32_t extra, const Format &infoBody) OnBufferingUpdateCb() argument 736 OnBitRateCollectedCb(const int32_t extra, const Format &infoBody) OnBitRateCollectedCb() argument 761 OnAudioInterruptCb(const int32_t extra, const Format &infoBody) OnAudioInterruptCb() argument 783 OnDurationUpdateCb(const int32_t extra, const Format &infoBody) OnDurationUpdateCb() argument 797 OnNotifyIsLiveStream(const int32_t extra, const Format &infoBody) OnNotifyIsLiveStream() argument 810 OnTrackChangedCb(const int32_t extra, const Format &infoBody) OnTrackChangedCb() argument 827 OnTrackInfoUpdate(const int32_t extra, const Format &infoBody) OnTrackInfoUpdate() argument 834 OnSubtitleInfoCb(const int32_t extra, const Format &infoBody) OnSubtitleInfoCb() argument 854 OnAudioDeviceChangeCb(const int32_t extra, const Format &infoBody) OnAudioDeviceChangeCb() argument 871 OnDrmInfoUpdatedCb(const int32_t extra, const Format &infoBody) OnDrmInfoUpdatedCb() argument [all...] |
/third_party/python/Modules/ |
H A D | _elementtree.c | 23 /* An element can hold this many children without extra memory 201 ElementObjectExtra* extra; member 218 self->extra = PyObject_Malloc(sizeof(ElementObjectExtra)); in create_extra() 219 if (!self->extra) { in create_extra() 225 self->extra->attrib = attrib; in create_extra() 227 self->extra->length = 0; in create_extra() 228 self->extra->allocated = STATIC_CHILDREN; in create_extra() 229 self->extra->children = self->extra->_children; in create_extra() 235 dealloc_extra(ElementObjectExtra *extra) in dealloc_extra() argument 433 element_resize(ElementObject* self, Py_ssize_t extra) element_resize() argument 2166 ElementObjectExtra *extra; elementiter_next() local [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | hash_forgetful_chain_inc.h | 52 void* extra; member 67 static uint32_t* FN(Addr)(void* extra) { in Addr() argument 68 return (uint32_t*)extra; in Addr() 71 static uint16_t* FN(Head)(void* extra) { in Head() argument 72 return (uint16_t*)(&FN(Addr)(extra)[BUCKET_SIZE]); in Head() 75 static uint8_t* FN(TinyHash)(void* extra) { in TinyHash() argument 76 return (uint8_t*)(&FN(Head)(extra)[BUCKET_SIZE]); in TinyHash() 79 static FN(Bank)* FN(Banks)(void* extra) { in Banks() argument 80 return (FN(Bank)*)(&FN(TinyHash)(extra)[65536]); in Banks() 87 self->extra in Initialize() [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | hash_forgetful_chain_inc.h | 52 void* extra; member 67 static uint32_t* FN(Addr)(void* extra) { in Addr() argument 68 return (uint32_t*)extra; in Addr() 71 static uint16_t* FN(Head)(void* extra) { in Head() argument 72 return (uint16_t*)(&FN(Addr)(extra)[BUCKET_SIZE]); in Head() 75 static uint8_t* FN(TinyHash)(void* extra) { in TinyHash() argument 76 return (uint8_t*)(&FN(Head)(extra)[BUCKET_SIZE]); in TinyHash() 79 static FN(Bank)* FN(Banks)(void* extra) { in Banks() argument 80 return (FN(Bank)*)(&FN(TinyHash)(extra)[65536]); in Banks() 87 self->extra in Initialize() [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_image_test.cpp | 1170 const std::string extra = R"( in TEST_F() local 1174 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 1304 const std::string extra = R"( in TEST_F() local 1308 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 1885 const std::string extra = R"( in TEST_F() local 1889 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 2033 const std::string extra = R"( in TEST_F() local 2037 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 2168 const std::string extra = R"( in TEST_F() local 2172 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragmen in TEST_F() 2306 const std::string extra = R"( TEST_F() local 2445 const std::string extra = R"( TEST_F() local 2583 const std::string extra = R"( TEST_F() local 2701 const std::string extra = R"( TEST_F() local 2718 const std::string extra = R"( TEST_F() local 2892 const std::string extra = R"( TEST_F() local 3196 const std::string extra = R"( TEST_F() local 3255 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3266 const std::string extra = "\\nOpCapability Image1D\\n"; TEST_F() local 3277 const std::string extra = "\\nOpCapability ImageCubeArray\\n"; TEST_F() local 3351 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3364 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3376 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3388 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3405 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3418 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3431 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3447 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3458 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3471 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3485 const std::string extra = "\\nOpCapability StorageImageWriteWithoutFormat\\n"; TEST_F() local 3496 const std::string extra = "\\nOpCapability Image1D\\n"; TEST_F() local 3507 const std::string extra = "\\nOpCapability ImageCubeArray\\n"; TEST_F() local 3518 const std::string extra = R"( TEST_F() local 3619 const std::string extra = "\\nOpCapability StorageImageWriteWithoutFormat\\n"; TEST_F() local 3632 const std::string extra = "\\nOpCapability StorageImageWriteWithoutFormat\\n"; TEST_F() local 3645 const std::string extra = "\\nOpCapability StorageImageWriteWithoutFormat\\n"; TEST_F() local 3659 const std::string extra = "\\nOpCapability StorageImageWriteWithoutFormat\\n"; TEST_F() local 3672 const std::string extra = "\\nOpCapability StorageImageWriteWithoutFormat\\n"; TEST_F() local 3685 const std::string extra = "\\nOpCapability StorageImageWriteWithoutFormat\\n"; TEST_F() local 3700 const std::string extra = R"( TEST_F() local 3724 const std::string extra = "\\nOpCapability StorageImageWriteWithoutFormat\\n"; TEST_F() local 4411 const std::string extra = R"( TEST_F() local 4528 const std::string extra = R"( TEST_F() local 4567 const std::string extra = R"( TEST_F() local 4588 const std::string extra = R"( TEST_F() local 4611 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 4632 const std::string extra = R"( TEST_F() local 4760 const std::string extra = R"( TEST_F() local 4854 const std::string extra = R"( TEST_F() local 4960 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 4971 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 4984 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 4998 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5012 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5026 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5040 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5054 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5071 const std::string extra = R"( TEST_F() local 5211 const std::string extra = R"( TEST_F() local 5228 const std::string extra = R"( TEST_F() local 5247 const std::string extra = R"( TEST_F() local 5269 const std::string extra = R"( TEST_F() local 5290 const std::string extra = R"( TEST_F() local 5309 const std::string extra = R"( TEST_F() local 5330 const std::string extra = R"( TEST_F() local 5351 const std::string extra = R"( TEST_F() local 5373 const std::string extra = R"( TEST_F() local 5391 const std::string extra = R"( TEST_F() local 5413 const std::string extra = R"( TEST_F() local 5488 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5503 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5517 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5531 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5549 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5564 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5578 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5592 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5607 const std::string extra = TEST_F() local 5623 const std::string extra = TEST_F() local 5639 const std::string extra = TEST_F() local 5655 const std::string extra = "\\nOpCapability ImageCubeArray\\n"; TEST_F() local 5672 const std::string extra = TEST_F() local 5688 const std::string extra = TEST_F() local 5704 const std::string extra = TEST_F() local 5720 const std::string extra = "\\nOpCapability ImageCubeArray\\n"; TEST_F() local 5737 const std::string extra = TEST_F() local 5753 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5772 const std::string extra = R"( TEST_F() local 5788 const std::string extra = R"( TEST_F() local 5804 const std::string extra = R"( TEST_F() local 5820 const std::string extra = R"( TEST_F() local 5863 const std::string extra = R"( TEST_F() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_image_test.cpp | 1170 const std::string extra = R"( in TEST_F() local 1174 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 1304 const std::string extra = R"( in TEST_F() local 1308 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 1885 const std::string extra = R"( in TEST_F() local 1889 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 2033 const std::string extra = R"( in TEST_F() local 2037 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 2168 const std::string extra = R"( in TEST_F() local 2172 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragmen in TEST_F() 2306 const std::string extra = R"( TEST_F() local 2445 const std::string extra = R"( TEST_F() local 2583 const std::string extra = R"( TEST_F() local 2701 const std::string extra = R"( TEST_F() local 2718 const std::string extra = R"( TEST_F() local 2892 const std::string extra = R"( TEST_F() local 3196 const std::string extra = R"( TEST_F() local 3255 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3266 const std::string extra = "\\nOpCapability Image1D\\n"; TEST_F() local 3277 const std::string extra = "\\nOpCapability ImageCubeArray\\n"; TEST_F() local 3351 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3364 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3376 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3388 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3405 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3418 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3431 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3447 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3458 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3471 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 3485 const std::string extra = "\\nOpCapability StorageImageWriteWithoutFormat\\n"; TEST_F() local 3496 const std::string extra = "\\nOpCapability Image1D\\n"; TEST_F() local 3507 const std::string extra = "\\nOpCapability ImageCubeArray\\n"; TEST_F() local 3518 const std::string extra = R"( TEST_F() local 3619 const std::string extra = "\\nOpCapability StorageImageWriteWithoutFormat\\n"; TEST_F() local 3632 const std::string extra = "\\nOpCapability StorageImageWriteWithoutFormat\\n"; TEST_F() local 3645 const std::string extra = "\\nOpCapability StorageImageWriteWithoutFormat\\n"; TEST_F() local 3659 const std::string extra = "\\nOpCapability StorageImageWriteWithoutFormat\\n"; TEST_F() local 3672 const std::string extra = "\\nOpCapability StorageImageWriteWithoutFormat\\n"; TEST_F() local 3685 const std::string extra = "\\nOpCapability StorageImageWriteWithoutFormat\\n"; TEST_F() local 3700 const std::string extra = R"( TEST_F() local 3724 const std::string extra = "\\nOpCapability StorageImageWriteWithoutFormat\\n"; TEST_F() local 4411 const std::string extra = R"( TEST_F() local 4528 const std::string extra = R"( TEST_F() local 4567 const std::string extra = R"( TEST_F() local 4588 const std::string extra = R"( TEST_F() local 4611 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 4632 const std::string extra = R"( TEST_F() local 4760 const std::string extra = R"( TEST_F() local 4854 const std::string extra = R"( TEST_F() local 4960 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 4971 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 4984 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 4998 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5012 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5026 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5040 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5054 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5071 const std::string extra = R"( TEST_F() local 5211 const std::string extra = R"( TEST_F() local 5228 const std::string extra = R"( TEST_F() local 5247 const std::string extra = R"( TEST_F() local 5269 const std::string extra = R"( TEST_F() local 5290 const std::string extra = R"( TEST_F() local 5309 const std::string extra = R"( TEST_F() local 5330 const std::string extra = R"( TEST_F() local 5351 const std::string extra = R"( TEST_F() local 5373 const std::string extra = R"( TEST_F() local 5391 const std::string extra = R"( TEST_F() local 5413 const std::string extra = R"( TEST_F() local 5488 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5503 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5517 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5531 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5549 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5564 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5578 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5592 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5607 const std::string extra = TEST_F() local 5623 const std::string extra = TEST_F() local 5639 const std::string extra = TEST_F() local 5655 const std::string extra = "\\nOpCapability ImageCubeArray\\n"; TEST_F() local 5672 const std::string extra = TEST_F() local 5688 const std::string extra = TEST_F() local 5704 const std::string extra = TEST_F() local 5720 const std::string extra = "\\nOpCapability ImageCubeArray\\n"; TEST_F() local 5737 const std::string extra = TEST_F() local 5753 const std::string extra = "\\nOpCapability StorageImageReadWithoutFormat\\n"; TEST_F() local 5772 const std::string extra = R"( TEST_F() local 5788 const std::string extra = R"( TEST_F() local 5804 const std::string extra = R"( TEST_F() local 5820 const std::string extra = R"( TEST_F() local 5863 const std::string extra = R"( TEST_F() local [all...] |
/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/ |
H A D | disc_coap.c | 126 DiscEventExtra extra = { 0 }; in DfxRecordCoapEnd() local 127 DiscEventExtraInit(&extra); in DfxRecordCoapEnd() 128 extra.discType = COAP + 1; in DfxRecordCoapEnd() 129 extra.discMode = isActive ? DISCOVER_MODE_ACTIVE : DISCOVER_MODE_PASSIVE; in DfxRecordCoapEnd() 130 extra.errcode = reason; in DfxRecordCoapEnd() 131 extra.result = (reason == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in DfxRecordCoapEnd() 136 extra.interFuncType = (isStart ? PUBLISH_FUNC : UNPUBLISH_FUNC) + 1; in DfxRecordCoapEnd() 139 extra.broadcastFreq = publishOption->freq; in DfxRecordCoapEnd() 144 extra.interFuncType = (isStart ? STARTDISCOVERTY_FUNC : STOPDISCOVERY_FUNC) + 1; in DfxRecordCoapEnd() 147 extra in DfxRecordCoapEnd() 166 DiscEventExtra extra = { 0 }; DfxRecordRegisterEnd() local 177 DiscEventExtra extra = { 0 }; DfxRecordSetFilterEnd() local 264 DiscAuditExtra extra = { CoapStartScan() local 400 DiscAuditExtra extra = { CoapStartAdvertise() local 540 DiscEventExtra extra = { 0 }; DfxRecordCoapInitEnd() local [all...] |
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_channel_common.c | 85 TransEventExtra *extra, int32_t channelId, int32_t channelType, int32_t ret) in BuildTransCloseChannelEventExtra() 87 extra->socketName = NULL; in BuildTransCloseChannelEventExtra() 88 extra->peerNetworkId = NULL; in BuildTransCloseChannelEventExtra() 89 extra->calleePkg = NULL; in BuildTransCloseChannelEventExtra() 90 extra->callerPkg = NULL; in BuildTransCloseChannelEventExtra() 91 extra->channelId = channelId; in BuildTransCloseChannelEventExtra() 92 extra->channelType = channelType; in BuildTransCloseChannelEventExtra() 93 extra->errcode = ret; in BuildTransCloseChannelEventExtra() 94 extra->result = (ret == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in BuildTransCloseChannelEventExtra() 443 TransEventExtra extra; in TransCommonCloseChannel() local 84 BuildTransCloseChannelEventExtra( TransEventExtra *extra, int32_t channelId, int32_t channelType, int32_t ret) BuildTransCloseChannelEventExtra() argument 449 TransBuildTransOpenChannelStartEvent(TransEventExtra *extra, AppInfo *appInfo, NodeInfo *nodeInfo, int32_t peerRet) TransBuildTransOpenChannelStartEvent() argument 470 TransBuildOpenAuthChannelStartEvent(TransEventExtra *extra, const char *sessionName, const ConnectOption *connOpt, char *localUdid, char *callerPkg) TransBuildOpenAuthChannelStartEvent() argument 493 TransBuildTransOpenChannelEndEvent(TransEventExtra *extra, TransInfo *transInfo, int64_t timeStart, int32_t ret) TransBuildTransOpenChannelEndEvent() argument 505 TransBuildTransOpenChannelCancelEvent(TransEventExtra *extra, TransInfo *transInfo, int64_t timeStart, int32_t ret) TransBuildTransOpenChannelCancelEvent() argument 559 TransAuditExtra extra = { TransReportBadKeyEvent() local [all...] |