Home
last modified time | relevance | path

Searched refs:SECONDARY (Results 1 - 9 of 9) sorted by relevance

/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_utils.h143 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 Dbluetooth_gatt_service.h48 SECONDARY, /**< secondary service */ member in OHOS::Bluetooth::GattServiceType
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h156 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 Djs_window_utils.cpp127 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 Dgatt_server_test.cpp250 GattService serviceOne(uuidSerPer, GattServiceType::SECONDARY); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp148 GattServiceType type = napiGattService.isPrimary ? GattServiceType::PRIMARY : GattServiceType::SECONDARY; in CheckGattsAddService()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp444 svc.isPrimary_ ? GattServiceType::PRIMARY : GattServiceType::SECONDARY); in BuildServiceList() member in OHOS::Bluetooth::GattServiceType
H A Dbluetooth_gatt_server.cpp413 service.isPrimary_ ? GattServiceType::PRIMARY : GattServiceType::SECONDARY); in BuildService() member in OHOS::Bluetooth::RequestInformation::GattServiceType
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp730 uuid, i, number, isPrimary ? GattServiceType::PRIMARY : GattServiceType::SECONDARY); in BleGattsAddService()

Completed in 10 milliseconds