Home
last modified time | relevance | path

Searched refs:LnnStopScreenChangeOfflineTiming (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_ctrl_static_mock.cpp135 int32_t LnnStopScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType) in LnnStopScreenChangeOfflineTiming() function
137 return HeartBeatCtrlStaticInterface()->LnnStopScreenChangeOfflineTiming(networkId, addrType); in LnnStopScreenChangeOfflineTiming()
H A Dhb_fsm_mock.cpp147 int32_t LnnStopScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType) in LnnStopScreenChangeOfflineTiming() function
149 return HeartBeatFSMInterfaceInstance()->LnnStopScreenChangeOfflineTiming(networkId, addrType); in LnnStopScreenChangeOfflineTiming()
H A Dhb_strategy_mock.cpp106 int32_t LnnStopScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType) in LnnStopScreenChangeOfflineTiming() function
108 return HeartBeatStrategyInterface()->LnnStopScreenChangeOfflineTiming(networkId, addrType); in LnnStopScreenChangeOfflineTiming()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_ctrl_static_mock.h59 …virtual int32_t LnnStopScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrTyp…
95 MOCK_METHOD2(LnnStopScreenChangeOfflineTiming, int32_t (const char *, ConnectionAddrType));
H A Dhb_fsm_mock.h58 …virtual int32_t LnnStopScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrTyp…
91 MOCK_METHOD2(LnnStopScreenChangeOfflineTiming, int32_t(const char *, ConnectionAddrType));
H A Dhb_strategy_mock.h50 …virtual int32_t LnnStopScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrTyp…
88 MOCK_METHOD2(LnnStopScreenChangeOfflineTiming, int32_t (const char *, ConnectionAddrType));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_strategy.h49 int32_t LnnStopScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_strategy_test.cpp126 int32_t ret = LnnStopScreenChangeOfflineTiming(nullptr, CONNECTION_ADDR_WLAN);
128 ret = LnnStopScreenChangeOfflineTiming(NETWORKID, CONNECTION_ADDR_WLAN);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c202 … (void)LnnStopScreenChangeOfflineTiming(info[i].networkId, LnnConvertHbTypeToConnAddrType(hbType)); in HbSendCheckOffLineMessage()
480 …if (LnnStopScreenChangeOfflineTiming(info[i].networkId, LnnConvertHbTypeToConnAddrType(hbType)) !=… in HbRemoveCheckOffLineMessage()
954 (void)LnnStopScreenChangeOfflineTiming(networkId, addrType); in LnnStopOfflineTimingByHeartbeat()
H A Dlnn_heartbeat_strategy.c936 int32_t LnnStopScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType) in LnnStopScreenChangeOfflineTiming() function