Searched refs:HO_OS_TYPE (Results 1 – 8 of 8) sorted by relevance
36 constexpr int32_t HO_OS_TYPE = 11; variable70 return HO_OS_TYPE; in GetOsType()
30 #define HO_OS_TYPE 11 macro173 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)));
29 #define HO_OS_TYPE 11 macro
137 return HO_OS_TYPE; in SoftBusGetOsType()
41 #define HO_OS_TYPE 11 macro
719 info.osType = ((hbResp->capabiltiy & BLE_TRIGGER_HML) != 0) ? OH_OS_TYPE : HO_OS_TYPE; in SoftBusNetNodeResult()721 info.osType = HO_OS_TYPE; in SoftBusNetNodeResult()
895 int32_t osType = HO_OS_TYPE;
838 if (osType != HO_OS_TYPE) { in OnlinePreventBrConnection()