Home
last modified time | relevance | path

Searched refs:HO_OS_TYPE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dsystem_info_collector.cpp36 constexpr int32_t HO_OS_TYPE = 11; variable
70 return HO_OS_TYPE; in GetOsType()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_p2p_info_test.cpp30 #define HO_OS_TYPE 11 macro
173 int32_t osType = HO_OS_TYPE;
218 .WillRepeatedly(DoAll(SetArgPointee<1>(HO_OS_TYPE), Return(SOFTBUS_ERR)));
260 .WillRepeatedly(DoAll(SetArgPointee<1>(HO_OS_TYPE), Return(SOFTBUS_OK)));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_info_key.h29 #define HO_OS_TYPE 11 macro
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dbus_center_adapter.c137 return HO_OS_TYPE; in SoftBusGetOsType()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c41 #define HO_OS_TYPE 11 macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c719 info.osType = ((hbResp->capabiltiy & BLE_TRIGGER_HML) != 0) ? OH_OS_TYPE : HO_OS_TYPE; in SoftBusNetNodeResult()
721 info.osType = HO_OS_TYPE; in SoftBusNetNodeResult()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp895 int32_t osType = HO_OS_TYPE;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c838 if (osType != HO_OS_TYPE) { in OnlinePreventBrConnection()