Home
last modified time | relevance | path

Searched defs:routeType (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_page_transition_function.cpp23 void JsPageTransitionFunction::Execute(RouteType routeType, float progress) in Execute()
/ohos5.0/foundation/communication/dsoftbus/core/adapter/transmission/src/
H A Ddata_bus_native_virtual.c24 int NotifyNearByOnMigrateEvents(const char *peerDeviceId, int routeType, bool isUpgrade) in NotifyNearByOnMigrateEvents()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranschannelcallback_fuzzer/
H A Dclienttranschannelcallback_fuzzer.cpp82 int32_t routeType = *(reinterpret_cast<const int32_t *>(data)); in ClientTransChannelCallbackTest() local
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_link_listener.c32 #define COMBINE_TYPE(routeType, connType) ((routeType) | ((uint8_t)(connType) << 8)) argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dpage_transition_common.h52 RouteType routeType = RouteType::NONE; member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_callback.h50 int32_t routeType; member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/mini/
H A Dtrans_client_proxy.c40 …pcOnChannelLinkDown(ChannelMsg *data, const char *networkId, const char *peerIp, int32_t routeType) in ClientIpcOnChannelLinkDown()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_callback_test/
H A Dtrans_channel_callback_test.cpp183 int32_t routeType = 123124; variable
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/
H A Dclient_trans_channel_callback.c87 int32_t TransOnChannelLinkDown(const char *networkId, int32_t routeType) in TransOnChannelLinkDown()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_info.h66 void SetRouteType(RouteType routeType) in SetRouteType()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/
H A Dclient_trans_udp_manager.h60 int32_t routeType; member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy.cpp111 …pcOnChannelLinkDown(ChannelMsg *data, const char *networkId, const char *peerIp, int32_t routeType) in ClientIpcOnChannelLinkDown()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_manager.c293 static bool ClientTransCheckNeedDel(SessionInfo *sessionNode, int32_t routeType, int32_t connType) in ClientTransCheckNeedDel()
346 int32_t routeType = (int32_t)GET_ROUTE_TYPE(type); in DestroyClientSessionByNetworkId() local
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranssessionmanager_fuzzer/
H A Dclienttranssessionmanager_fuzzer.cpp115 int32_t routeType = *(reinterpret_cast<const int32_t*>(data)); in ClientTransOnLinkDownTest() local
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dsoftbus_message_open_channel.c276 int32_t routeType = WIFI_STA; in UnpackRequest() local
/ohos5.0/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dtrans_session_manager.c390 int32_t routeType = (int32_t)GET_ROUTE_TYPE(type); in TransOnLinkDown() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/adapter/unittest/
H A Ddsoftbus_rsa_crypto_test.cpp271 int routeType = 0; variable
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/small/
H A Dtrans_client_proxy.c168 …pcOnChannelLinkDown(ChannelMsg *data, const char *networkId, const char *peerIp, int32_t routeType) in ClientIpcOnChannelLinkDown()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp33 int32_t ISoftBusClient::OnChannelLinkDown(const char *networkId, int32_t routeType) in OnChannelLinkDown()
H A Dsoftbus_client_stub.cpp135 int32_t SoftBusClientStub::OnChannelLinkDown(const char *networkId, int32_t routeType) in OnChannelLinkDown()
254 int32_t routeType; in OnChannelLinkDownInner() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/ipc/
H A Dtrans_client_proxy_test.cpp362 int32_t routeType = TEST_REMOTE_TYPE; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.cpp121 …RouteType routeType = (type == PageTransitionType::ENTER_POP || type == PageTransitionType::EXIT_P… in TriggerPageTransition() local
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_app_info.h102 RouteType routeType; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy_standard.cpp34 int32_t BusCenterClientProxy::OnChannelLinkDown(const char *networkId, int32_t routeType) in OnChannelLinkDown()
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_def.h167 int32_t routeType; member

12