Home
last modified time | relevance | path

Searched defs:role (Results 1 – 25 of 143) sorted by relevance

123456

/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dbase_macros.h18 #define ROLE(role) Get##role() argument
19 #define ROLE_PROTO_TYPE(role) role& ROLE(role) const argument
20 #define USE_ROLE(role) virtual ROLE_PROTO_TYPE(role) = 0 argument
21 #define HAS_ROLE(role) USE_ROLE(role) argument
23 #define IMPL_ROLE(role) \ argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp45 uint8_t role = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->role; in Dispatch() local
112 void A2dpStateIdle::ProcessDisconnectReq(BtAddr addr, uint8_t role) in ProcessDisconnectReq()
126 void A2dpStateIdle::ProcessTimeout(BtAddr addr, uint8_t role) in ProcessTimeout()
272 uint8_t role = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->role; in Dispatch() local
457 uint8_t role = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->role; in Dispatch() local
579 uint8_t role = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->role; in Dispatch() local
745 void A2dpStateOpen::ProcessCloseCfm(BtAddr addr, uint8_t role) in ProcessCloseCfm()
764 void A2dpStateOpen::ProcessStartCfm(BtAddr addr, uint8_t role) in ProcessStartCfm()
804 void A2dpStateOpen::ProcessTimeout(BtAddr addr, uint8_t role) in ProcessTimeout()
847 uint8_t role = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->role; in Dispatch() local
[all …]
H A Da2dp_service_state_machine.cpp29 uint8_t role = msg.arg1_; in Dispatch() local
76 uint8_t role = msg.arg1_; in Dispatch() local
122 void A2dpConnected::UpdateDeviceInformation(RawAddress rawAddr, bool value, uint8_t role) in UpdateDeviceInformation()
150 uint8_t role = msg.arg1_; in Dispatch() local
184 void A2dpStateManager::SetRole(uint8_t role) in SetRole()
H A Da2dp_avdtp.cpp30 A2dpAvdtp::A2dpAvdtp(const uint8_t role) in A2dpAvdtp()
284 uint16_t handle, const BtAddr *bdAddr, uint8_t event, const AvdtCtrlData *data, uint8_t role) in ProcAvdtpEvent()
298 void A2dpAvdtp::SwitchThreadToA2dpService(uint8_t role, BtAddr bdAddr, utility::Message msgData) in SwitchThreadToA2dpService()
309 const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpDisconnectInd()
424 const uint16_t handle, const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpOpenInd()
473 const BtAddr bdAddr, const uint16_t handle, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpCloseChannelInd()
539 const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpConnectCFM()
588 const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpDiscoverCFM()
742 const uint8_t role, const A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpGetConfigureCFM()
888 const uint8_t role, const A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpAbortCFM()
[all …]
H A Da2dp_service_connection.cpp24 A2dpConnectManager::A2dpConnectManager(uint8_t role) in A2dpConnectManager()
157 bool A2dpConnectManager::JudgeConnectExit(const RawAddress &device, uint8_t role) in JudgeConnectExit()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Ddcamera_softbus_adapter_test.cpp74 DCAMERA_CHANNEL_ROLE role = DCAMERA_CHANNLE_ROLE_SOURCE; variable
92 DCAMERA_CHANNEL_ROLE role = DCAMERA_CHANNLE_ROLE_SOURCE; variable
109 DCAMERA_CHANNEL_ROLE role = DCAMERA_CHANNLE_ROLE_SOURCE; variable
130 DCAMERA_CHANNEL_ROLE role = DCAMERA_CHANNLE_ROLE_SOURCE; variable
152 DCAMERA_CHANNEL_ROLE role = DCAMERA_CHANNLE_ROLE_SOURCE; variable
177 DCAMERA_CHANNEL_ROLE role = DCAMERA_CHANNLE_ROLE_SOURCE; variable
217 DCAMERA_CHANNEL_ROLE role = DCAMERA_CHANNLE_ROLE_SOURCE; variable
248 DCAMERA_CHANNEL_ROLE role = DCAMERA_CHANNLE_ROLE_SOURCE; variable
279 DCAMERA_CHANNEL_ROLE role = DCAMERA_CHANNLE_ROLE_SOURCE; variable
312 DCAMERA_CHANNEL_ROLE role = DCAMERA_CHANNLE_ROLE_SOURCE; variable
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dconcrete_clientmode_manager.cpp23 ConcreteClientModeManager::ConcreteClientModeManager(ConcreteManagerRole role, int id) : mid(id), c… in ConcreteClientModeManager()
39 void ConcreteClientModeManager::SetRole(ConcreteManagerRole role) in SetRole()
H A Dmulti_sta_manager.cpp23 MultiStaManager::MultiStaManager(MultiStaManager::Role role, int id) : mid(id), curRole(role), in MultiStaManager() function in OHOS::Wifi::MultiStaManager
63 void MultiStaManager::SetRole(Role role) in SetRole()
H A Dsoftap_manager.cpp23 SoftApManager::SoftApManager(SoftApManager::Role role, int id) : mid(id), curRole(role), pSoftapMan… in SoftApManager() function in OHOS::Wifi::SoftApManager
62 void SoftApManager::SetRole(Role role) in SetRole()
H A Dwifi_controller_state_machine.cpp336 ConcreteManagerRole role = GetWifiRole(); in HandleAirplaneClose() local
461 void WifiControllerMachine::MakeConcreteManager(ConcreteManagerRole role, int id) in MakeConcreteManager()
471 void WifiControllerMachine::MakeMultiStaManager(MultiStaManager::Role role, int instId) in MakeMultiStaManager()
486 void WifiControllerMachine::MakeSoftapManager(SoftApManager::Role role, int id) in MakeSoftapManager()
764 void WifiControllerMachine::SwitchRole(ConcreteManagerRole role) in SwitchRole()
850 ConcreteManagerRole role = pWifiControllerMachine->GetWifiRole(); in HandleSoftapToggleChangeInEnabledState() local
1016 ConcreteManagerRole role; in HandleSoftapStop() local
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.cpp31 DCAMERA_CHANNEL_ROLE role = DCAMERA_CHANNLE_ROLE_SOURCE; in SoftbusCreatSoftBusSinkSocketServerFuzzTest() local
44 DCAMERA_CHANNEL_ROLE role = DCAMERA_CHANNLE_ROLE_SOURCE; in SoftbusCreateSoftBusSourceSocketClientFuzzTest() local
63 DCAMERA_CHANNEL_ROLE role = DCAMERA_CHANNLE_ROLE_SOURCE; in SoftbusDestroySoftbusSessionServerFuzzTest() local
77 DCAMERA_CHANNEL_ROLE role = DCAMERA_CHANNLE_ROLE_SOURCE; in SoftbusCloseSoftbusSessionFuzzTest() local
95 DCAMERA_CHANNEL_ROLE role = DCAMERA_CHANNLE_ROLE_SOURCE; in SoftbusSendSofbusStreamFuzzTest() local
/ohos5.0/drivers/peripheral/codec/image/hdi_service/src/
H A Dcodec_image_service.cpp43 int32_t CodecImageService::Init(enum CodecImageRole role) in Init()
55 int32_t CodecImageService::DeInit(enum CodecImageRole role) in DeInit()
79 …CodecImageService::AllocateInBuffer(CodecImageBuffer& inBuffer, uint32_t size, CodecImageRole role) in AllocateInBuffer()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_role_option.cpp26 enum WifiDirectRole role = GetExpectedP2pRole(networkId); in GetExpectedRole() local
36 enum WifiDirectRole role = GetExpectedP2pRole(networkId); in GetExpectedRole() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_button_theme.h26 …static bool ApplyTheme(const ButtonRole& role, const ButtonStyleMode& styleMode, bool isLabelButto… in ApplyTheme()
32 static bool ApplyTheme(const ButtonRole& role, bool isLabelButton) in ApplyTheme()
/ohos5.0/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccomponentroleenumhdi_fuzzer/
H A Dcodeccomponentroleenum_fuzzer.cpp23 uint8_t *role; member
55 std::vector<uint8_t> role(vec.begin(), vec.end()); in CodecComponentRoleEnum() local
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H A Dimage_auto_initer.h25 OHOS::HDI::Codec::Image::V2_0::CodecImageRole role) : client_(imageClient), role_(role) in ImageAutoIniter()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/aafwk_adapter/aafwkbrowserclientadapter_fuzzer/
H A Daafwkbrowserclientadapter_fuzzer.cpp56 …ockBrowserClient::ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) in ReportThread()
84 int32_t role = 0; in AafwkBrowserClientAdapterFuzzTest() local
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/
H A D_audio_route_node_v10.md49 ### role subsection
H A D_audio_route_node_v20.md49 ### role subsection
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_comp_capability_v10.md105 ### role subsection
H A D_codec_comp_capability_v20.md105 ### role subsection
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_aafwk_browser_client_adapter_wrapper.cpp32 …esSchedStatusAdapter status, int32_t process_id, int32_t thread_id, NWeb::ResSchedRoleAdapter role) in ReportThread()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_aafwk_browser_client_adapter_impl.cpp29 …lientAdapterImpl::ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) in ReportThread()
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/imagefreeinbuffer_fuzzer/
H A Dimagefreeinbuffer_fuzzer.cpp46 CodecImageRole role = CodecImageRole(*data); in FreeInBuffer() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_device_descriptor.cpp25 AudioDeviceDescriptor::AudioDeviceDescriptor(DeviceType type, DeviceRole role, int32_t interruptGro… in AudioDeviceDescriptor()
46 AudioDeviceDescriptor::AudioDeviceDescriptor(DeviceType type, DeviceRole role) : deviceType_(type),… in AudioDeviceDescriptor()

123456