/ohos5.0/foundation/ai/intelligent_voice_framework/utils/ |
H A D | base_macros.h | 18 #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 D | a2dp_state_machine.cpp | 45 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 D | a2dp_service_state_machine.cpp | 29 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 D | a2dp_avdtp.cpp | 30 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 D | a2dp_service_connection.cpp | 24 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 D | dcamera_softbus_adapter_test.cpp | 74 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 D | concrete_clientmode_manager.cpp | 23 ConcreteClientModeManager::ConcreteClientModeManager(ConcreteManagerRole role, int id) : mid(id), c… in ConcreteClientModeManager() 39 void ConcreteClientModeManager::SetRole(ConcreteManagerRole role) in SetRole()
|
H A D | multi_sta_manager.cpp | 23 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 D | softap_manager.cpp | 23 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 D | wifi_controller_state_machine.cpp | 336 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 D | softbusadapter_fuzzer.cpp | 31 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 D | codec_image_service.cpp | 43 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 D | wifi_direct_role_option.cpp | 26 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 D | js_button_theme.h | 26 …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 D | codeccomponentroleenum_fuzzer.cpp | 23 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 D | image_auto_initer.h | 25 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 D | aafwkbrowserclientadapter_fuzzer.cpp | 56 …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.md | 49 ### role subsection
|
H A D | _audio_route_node_v20.md | 49 ### role subsection
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/ |
H A D | _codec_comp_capability_v10.md | 105 ### role subsection
|
H A D | _codec_comp_capability_v20.md | 105 ### role subsection
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_aafwk_browser_client_adapter_wrapper.cpp | 32 …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 D | ark_aafwk_browser_client_adapter_impl.cpp | 29 …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 D | imagefreeinbuffer_fuzzer.cpp | 46 CodecImageRole role = CodecImageRole(*data); in FreeInBuffer() local
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_device_descriptor.cpp | 25 AudioDeviceDescriptor::AudioDeviceDescriptor(DeviceType type, DeviceRole role, int32_t interruptGro… in AudioDeviceDescriptor() 46 AudioDeviceDescriptor::AudioDeviceDescriptor(DeviceType type, DeviceRole role) : deviceType_(type),… in AudioDeviceDescriptor()
|