Home
last modified time | relevance | path

Searched refs:NOTIFY_AV_EVENT (Results 1 - 8 of 8) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Ddhardware_ipc_interface_code.h31 NOTIFY_AV_EVENT = 48007, member in OHOS::DistributedHardware::DHMsgInterfaceCode
H A Diav_trans_control_center_callback.h36 NOTIFY_AV_EVENT = 3 member in OHOS::DistributedHardware::IAVTransControlCenterCallback::Message
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/inner_kits/src/
H A Dav_trans_control_center_callback_stub.cpp46 case (uint32_t)IAVTransControlCenterCallback::Message::NOTIFY_AV_EVENT: { in OnRemoteRequest()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/fuzztest/avtransstubonremoterequest_fuzzer/
H A Davtransstubonremoterequest_fuzzer.cpp61 } else if (code == (uint32_t)IAVTransControlCenterCallback::Message::NOTIFY_AV_EVENT) { in AVTransStubOnRemoteRequestFuzzTest()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/ipc/
H A Dav_trans_control_center_callback_proxy.cpp131 int32_t ret = remote->SendRequest((uint32_t)IAVTransControlCenterCallback::Message::NOTIFY_AV_EVENT, in Notify()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/src/
H A Ddistributed_hardware_stub_test.cpp163 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::NOTIFY_AV_EVENT); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_stub.cpp63 case static_cast<uint32_t>(DHMsgInterfaceCode::NOTIFY_AV_EVENT): { in OnRemoteRequest()
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/
H A Ddistributed_hardware_proxy.cpp345 int32_t ret = remote->SendRequest(static_cast<uint32_t>(DHMsgInterfaceCode::NOTIFY_AV_EVENT), data, reply, option); in NotifyAVCenter()

Completed in 6 milliseconds