Home
last modified time | relevance | path

Searched defs:devId (Results 26 - 50 of 300) sorted by relevance

12345678910>>...12

/foundation/distributedhardware/distributed_audio/services/audiocontrol/controlsource/src/
H A Ddaudio_source_dev_ctrl_manager.cpp29 DAudioSourceDevCtrlMgr::DAudioSourceDevCtrlMgr(const std::string &devId, in DAudioSourceDevCtrlMgr() argument
/foundation/distributedhardware/distributed_audio/services/audiotransport/receiverengine/include/
H A Dav_receiver_engine_transport.h47 AVTransReceiverTransport(const std::string &devId, in AVTransReceiverTransport() argument
/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_latency.cpp44 int32_t DCameraSoftbusLatency::StartSoftbusTimeSync(const std::string& devId) in StartSoftbusTimeSync() argument
72 int32_t DCameraSoftbusLatency::StopSoftbusTimeSync(const std::string& devId) in StopSoftbusTimeSync() argument
100 SetTimeSyncInfo(const int32_t microsecond, const std::string& devId) SetTimeSyncInfo() argument
106 GetTimeSyncInfo(const std::string& devId) GetTimeSyncInfo() argument
[all...]
/foundation/distributedhardware/distributed_audio/services/audiotransport/senderengine/include/
H A Dav_sender_engine_transport.h46 explicit AVTransSenderTransport(const std::string &devId, in AVTransSenderTransport() argument
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H A Ddcamera_hisysevent_adapter_test.cpp83 std::string devId = "bb536a637105409e904d4da83790a4a7"; in HWTEST_F() local
101 std::string devId = "bb536a637105409e904d4da83790a4a7"; in HWTEST_F() local
119 std::string devId = "bb536a637105409e904d4da83790a4a7"; in HWTEST_F() local
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_sink_service_ipc_test.cpp82 std::string devId = ""; in HWTEST_F() local
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/src/
H A Ddaudio_ipc_callback_proxy.cpp25 int32_t DAudioIpcCallbackProxy::OnNotifyRegResult(const std::string &devId, const std::string &dhId, in OnNotifyRegResult() argument
45 int32_t DAudioIpcCallbackProxy::OnNotifyUnregResult(const std::string &devId, const std::string &dhId, in OnNotifyUnregResult() argument
66 int32_t DAudioIpcCallbackProxy::OnHardwareStateChanged(const std::string &devId, const std::string &dhId, in OnHardwareStateChanged() argument
86 int32_t DAudioIpcCallbackProxy::OnDataSyncTrigger(const std::string &devId) in OnDataSyncTrigger() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_source_state_listener.h30 int32_t OnRegisterNotify(const std::string& devId, const std::string& dhId, const std::string& reqId, in OnRegisterNotify() argument
36 int32_t OnUnregisterNotify(const std::string& devId, const std::string& dhId, const std::string& reqId, in OnUnregisterNotify() argument
42 int32_t OnHardwareStateChanged(const std::string &devId, const std::string &dhId, int32_t status) in OnHardwareStateChanged() argument
47 int32_t OnDataSyncTrigger(const std::string &devId) in OnDataSyncTrigger() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddcamera_service_state_listener.cpp48 int32_t DCameraServiceStateListener::OnRegisterNotify(const std::string& devId, const std::string& dhId, in OnRegisterNotify() argument
84 int32_t DCameraServiceStateListener::OnUnregisterNotify(const std::string& devId, const std::string& dhId, in OnUnregisterNotify() argument
118 OnHardwareStateChanged(const std::string &devId, const std::string &dhId, int32_t status) OnHardwareStateChanged() argument
131 OnDataSyncTrigger(const std::string &devId) OnDataSyncTrigger() argument
[all...]
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/unregisterdinputcallbackunittest/
H A Dunregister_d_input_call_back_test.cpp37 void UnregisterDInputCallbackTest::TestUnregisterDInputCallbackStub::OnResult(const std::string &devId, in OnResult() argument
/foundation/distributedhardware/distributed_input/dfx_utils/src/
H A Dhisysevent_util.cpp39 void HisyseventUtil::SysEventWriteBehavior(std::string status, std::string devId, std::string msg) in SysEventWriteBehavior() argument
52 void HisyseventUtil::SysEventWriteBehavior(std::string status, std::string devId, std::string dhId, std::string msg) in SysEventWriteBehavior() argument
78 void HisyseventUtil::SysEventWriteFault(std::string status, std::string devId, int32_t errorCode, std::string msg) in SysEventWriteFault() argument
92 void HisyseventUtil::SysEventWriteFault(std::string status, std::string devId, std::string dhId, int32_t errorCode, in SysEventWriteFault() argument
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Dunregister_d_input_call_back_proxy.cpp35 void UnregisterDInputCallbackProxy::OnResult(const std::string &devId, const std::string &dhId, const int32_t &status) in OnResult() argument
H A Dunregister_d_input_call_back_stub.cpp45 std::string devId = data.ReadString(); in OnRemoteRequest() local
H A Dregister_d_input_call_back_proxy.cpp35 void RegisterDInputCallbackProxy::OnResult(const std::string &devId, const std::string &dhId, const int32_t &status) in OnResult() argument
H A Dregister_d_input_call_back_stub.cpp45 std::string devId = data.ReadString(); in OnRemoteRequest() local
H A Dstart_stop_d_inputs_call_back_proxy.cpp33 void StartStopDInputsCallbackProxy::OnResultDhids(const std::string &devId, const int32_t &status) in OnResultDhids() argument
H A Dstart_stop_d_inputs_call_back_stub.cpp41 std::string devId = data.ReadString(); in OnRemoteRequest() local
H A Dstart_d_input_call_back_proxy.cpp35 void StartDInputCallbackProxy::OnResult(const std::string &devId, const uint32_t &inputTypes, const int32_t &status) in OnResult() argument
H A Dstop_d_input_call_back_proxy.cpp35 void StopDInputCallbackProxy::OnResult(const std::string &devId, const uint32_t &inputTypes, const int32_t &status) in OnResult() argument
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/callback/
H A Ddscreen_source_callback.cpp24 int32_t DScreenSourceCallback::OnNotifyRegResult(const std::string &devId, const std::string &dhId, in OnNotifyRegResult() argument
44 int32_t DScreenSourceCallback::OnNotifyUnregResult(const std::string &devId, const std::string &dhId, in OnNotifyUnregResult() argument
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/callback/
H A Ddscreen_source_callback_proxy.cpp27 int32_t DScreenSourceCallbackProxy::OnNotifyRegResult(const std::string &devId, const std::string &dhId, in OnNotifyRegResult() argument
58 int32_t DScreenSourceCallbackProxy::OnNotifyUnregResult(const std::string &devId, const std::string &dhId, in OnNotifyUnregResult() argument
89 bool DScreenSourceCallbackProxy::CheckParams(const std::string &devId, const std::string &dhId, in CheckParams() argument
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/callback/
H A Ddscreen_source_callback_stub_test.cpp41 int32_t DScreenSourceCallbackStubTest::TestDScreenSourceCallbackStub::OnNotifyRegResult(const std::string &devId, in OnNotifyRegResult() argument
52 int32_t DScreenSourceCallbackStubTest::TestDScreenSourceCallbackStub::OnNotifyUnregResult(const std::string &devId, in OnNotifyUnregResult() argument
77 std::string devId = R"(dhId000dhId000dhId000dhId000dhId000dhId000dhId000dhId000dhId000dhId000dhId000d in HWTEST_F() local
116 std::string devId = R"(dhId000dhId000dhId000dhId000dhId000dhId000dhId000dhId000dhId000dhId000dhId000d in HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dmeta_capability_info.h36 MetaCapabilityInfo(std::string dhId, std::string devId, std::string devName, uint16_t devType, DHType dhType, in MetaCapabilityInfo() argument
/foundation/distributedhardware/distributed_screen/common/test/unittest/include/
H A Dscreen_common_test.h35 const std::string devId = "devId"; member in OHOS::DistributedHardware::ScreenCommonTest
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/unittest/screensourcetest/src/callback/
H A Ddscreen_source_callback_test.cpp45 const std::string devId = "devId"; in HWTEST_F() local
65 const std::string devId = "devId"; in HWTEST_F() local
82 const std::string devId = "devId"; in HWTEST_F() local
102 const std::string devId in HWTEST_F() local
122 const std::string devId = "devId"; HWTEST_F() local
139 const std::string devId = "devId"; HWTEST_F() local
[all...]

Completed in 7 milliseconds

12345678910>>...12