Searched refs:SECONDARY (Results 1 - 9 of 9) sorted by relevance
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_utils.h | 143 SECONDARY, member in OHOS::Rosen::ApiWindowMode 152 {ApiWindowMode::SECONDARY, WindowMode::WINDOW_MODE_SPLIT_SECONDARY }, member in OHOS::Rosen::ApiWindowMode::ApiWindowMode
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_service.h | 48 SECONDARY, /**< secondary service */ member in OHOS::Bluetooth::GattServiceType
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 156 SECONDARY,
member in OHOS::Rosen::ApiWindowMode 165 { WindowMode::WINDOW_MODE_SPLIT_SECONDARY, ApiWindowMode::SECONDARY },
173 {ApiWindowMode::SECONDARY, WindowMode::WINDOW_MODE_SPLIT_SECONDARY },
member in OHOS::Rosen::ApiWindowMode::ApiWindowMode
|
H A D | js_window_utils.cpp | 127 napi_set_named_property(env, objValue, "SECONDARY", CreateJsValue(env,
in WindowModeInit() 128 static_cast<int32_t>(ApiWindowMode::SECONDARY)));
in WindowModeInit()
|
/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_server_test.cpp | 250 GattService serviceOne(uuidSerPer, GattServiceType::SECONDARY); in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_server.cpp | 148 GattServiceType type = napiGattService.isPrimary ? GattServiceType::PRIMARY : GattServiceType::SECONDARY; in CheckGattsAddService()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 444 svc.isPrimary_ ? GattServiceType::PRIMARY : GattServiceType::SECONDARY); in BuildServiceList() member in OHOS::Bluetooth::GattServiceType
|
H A D | bluetooth_gatt_server.cpp | 413 service.isPrimary_ ? GattServiceType::PRIMARY : GattServiceType::SECONDARY); in BuildService() member in OHOS::Bluetooth::RequestInformation::GattServiceType
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 730 uuid, i, number, isPrimary ? GattServiceType::PRIMARY : GattServiceType::SECONDARY); in BleGattsAddService()
|
Completed in 10 milliseconds