Searched refs:LnnStartScreenChangeOfflineTiming (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/ |
H A D | hb_ctrl_static_mock.cpp | 140 int32_t LnnStartScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType) in LnnStartScreenChangeOfflineTiming() function 142 return HeartBeatCtrlStaticInterface()->LnnStartScreenChangeOfflineTiming(networkId, addrType); in LnnStartScreenChangeOfflineTiming()
|
H A D | hb_fsm_mock.cpp | 142 int32_t LnnStartScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType) in LnnStartScreenChangeOfflineTiming() function 144 return HeartBeatFSMInterfaceInstance()->LnnStartScreenChangeOfflineTiming(networkId, addrType); in LnnStartScreenChangeOfflineTiming()
|
H A D | hb_strategy_mock.cpp | 116 int32_t LnnStartScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType) in LnnStartScreenChangeOfflineTiming() function 118 return HeartBeatStrategyInterface()->LnnStartScreenChangeOfflineTiming(networkId, addrType); in LnnStartScreenChangeOfflineTiming()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/ |
H A D | hb_ctrl_static_mock.h | 60 …virtual int32_t LnnStartScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrTy… 96 MOCK_METHOD2(LnnStartScreenChangeOfflineTiming, int32_t (const char *, ConnectionAddrType));
|
H A D | hb_fsm_mock.h | 57 …virtual int32_t LnnStartScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrTy… 90 MOCK_METHOD2(LnnStartScreenChangeOfflineTiming, int32_t(const char *, ConnectionAddrType));
|
H A D | hb_strategy_mock.h | 52 …virtual int32_t LnnStartScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrTy… 90 MOCK_METHOD2(LnnStartScreenChangeOfflineTiming, 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 | 48 int32_t LnnStartScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/ |
H A D | hb_strategy_test.cpp | 107 int32_t ret = LnnStartScreenChangeOfflineTiming(nullptr, CONNECTION_ADDR_WLAN); 109 ret = LnnStartScreenChangeOfflineTiming(NETWORKID, CONNECTION_ADDR_MAX); 111 ret = LnnStartScreenChangeOfflineTiming(NETWORKID, CONNECTION_ADDR_WLAN);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_fsm.c | 900 …if (LnnStartScreenChangeOfflineTiming(networkId, LnnConvertHbTypeToConnAddrType(hbType)) != SOFTBU… in CheckDevStatusForScreenOff() 912 if (GetScreenState() == SOFTBUS_SCREEN_OFF && LnnStartScreenChangeOfflineTiming(networkId, in CheckDevStatusForScreenOff()
|
H A D | lnn_heartbeat_ctrl.c | 203 …if (LnnStartScreenChangeOfflineTiming(info[i].networkId, LnnConvertHbTypeToConnAddrType(hbType)) != in HbSendCheckOffLineMessage()
|
H A D | lnn_heartbeat_strategy.c | 914 int32_t LnnStartScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType) in LnnStartScreenChangeOfflineTiming() function
|