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 D | hb_ctrl_static_mock.cpp | 135 int32_t LnnStopScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType) in LnnStopScreenChangeOfflineTiming() function 137 return HeartBeatCtrlStaticInterface()->LnnStopScreenChangeOfflineTiming(networkId, addrType); in LnnStopScreenChangeOfflineTiming()
|
H A D | hb_fsm_mock.cpp | 147 int32_t LnnStopScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType) in LnnStopScreenChangeOfflineTiming() function 149 return HeartBeatFSMInterfaceInstance()->LnnStopScreenChangeOfflineTiming(networkId, addrType); in LnnStopScreenChangeOfflineTiming()
|
H A D | hb_strategy_mock.cpp | 106 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 D | hb_ctrl_static_mock.h | 59 …virtual int32_t LnnStopScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrTyp… 95 MOCK_METHOD2(LnnStopScreenChangeOfflineTiming, int32_t (const char *, ConnectionAddrType));
|
H A D | hb_fsm_mock.h | 58 …virtual int32_t LnnStopScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrTyp… 91 MOCK_METHOD2(LnnStopScreenChangeOfflineTiming, int32_t(const char *, ConnectionAddrType));
|
H A D | hb_strategy_mock.h | 50 …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 D | lnn_heartbeat_strategy.h | 49 int32_t LnnStopScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/ |
H A D | hb_strategy_test.cpp | 126 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 D | lnn_heartbeat_ctrl.c | 202 … (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 D | lnn_heartbeat_strategy.c | 936 int32_t LnnStopScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType) in LnnStopScreenChangeOfflineTiming() function
|