Home
last modified time | relevance | path

Searched defs:roles (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/resschedadapter_fuzzer/
H A Dresschedadapter_fuzz.cpp51 …std::vector<ResSchedRoleAdapter> roles = { ResSchedRoleAdapter::USER_INTERACT, ResSchedRoleAdapter… in ResSchedAdapterFuzzTest() local
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_omx_core.cpp101 int32_t CodecOMXCore::GetRolesOfComponent(std::string &name, std::vector<std::string> &roles) in GetRolesOfComponent()
H A Dcomponent_mgr.cpp76 …32_t ComponentMgr::GetRolesForComponent(const char *componentName, std::vector<std::string> *roles) in GetRolesForComponent()
H A Dcodec_component_service.cpp266 std::vector<std::string> roles; in SetComponentRole() local
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcodec_omx_core.cpp102 int32_t CodecOMXCore::GetRolesOfComponent(std::string &name, std::vector<std::string> &roles) in GetRolesOfComponent()
H A Dcomponent_mgr.cpp77 …32_t ComponentMgr::GetRolesForComponent(const char *componentName, std::vector<std::string> *roles) in GetRolesForComponent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_properties.cpp243 bool BleProperties::SetBleRoles(uint8_t roles) in SetBleRoles()
H A Dble_config.cpp130 …int roles = (GAP_LE_ROLE_BROADCASTER | GAP_LE_ROLE_OBSERVER | GAP_LE_ROLE_PREIPHERAL | GAP_LE_ROLE… in GetBleRoles() local
H A Dble_adapter.cpp1673 int roles = BleProperties::GetInstance().GetBleRoles(); in SetBleRoles() local
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_adapter.cpp288 std::vector<std::string> roles; in OmxAdapterSetComponentRole() local
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h106 uint8_t roles; member
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.cpp1286 void BlePeripheralDevice::SetRoles(uint8_t roles) in SetRoles()