Home
last modified time | relevance | path

Searched refs:ResourceEventType (Results 1 - 25 of 27) sorted by relevance

12

/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/callbackonnotifyresourceinfo_fuzzer/
H A Dcallbackonnotifyresourceinfo_fuzzer.cpp26 const ResourceEventType resourceEventType[DC_RESOURCE_SIZE] {
27 ResourceEventType::EVENT_TYPE_QUERY_RESOURCE,
28 ResourceEventType::EVENT_TYPE_PULL_UP_PAGE,
29 ResourceEventType::EVENT_TYPE_CLOSE_PAGE
37 ResourceEventType type = resourceEventType[data[0] % DC_RESOURCE_SIZE]; in CallbackOnNotifyResourceInfoFuzzTest()
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sinkipccallbackonnotifyresourceinfo_fuzzer/
H A Dsinkipccallbackonnotifyresourceinfo_fuzzer.cpp24 const ResourceEventType resourceEventType[DC_RESOURCE_SIZE] {
25 ResourceEventType::EVENT_TYPE_QUERY_RESOURCE,
26 ResourceEventType::EVENT_TYPE_PULL_UP_PAGE,
27 ResourceEventType::EVENT_TYPE_CLOSE_PAGE
36 ResourceEventType type = resourceEventType[data[0] % DC_RESOURCE_SIZE]; in SinkIpcCallbackOnNotifyResourceInfoFuzzTest()
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sinkipccallbackonnotifyresourceinfoinner_fuzzer/
H A Dsinkipccallbackonnotifyresourceinfoinner_fuzzer.cpp31 const ResourceEventType resourceEventType[DC_RESOURCE_SIZE] {
32 ResourceEventType::EVENT_TYPE_QUERY_RESOURCE,
33 ResourceEventType::EVENT_TYPE_PULL_UP_PAGE,
34 ResourceEventType::EVENT_TYPE_CLOSE_PAGE
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sinkipccallbackonremoterequest_fuzzer/
H A Dsinkipccallbackonremoterequest_fuzzer.cpp31 const ResourceEventType resourceEventType[DC_RESOURCE_SIZE] {
32 ResourceEventType::EVENT_TYPE_QUERY_RESOURCE,
33 ResourceEventType::EVENT_TYPE_PULL_UP_PAGE,
34 ResourceEventType::EVENT_TYPE_CLOSE_PAGE
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_privacy/
H A Dcomponent_privacy_test.cpp64 ResourceEventType type = ResourceEventType::EVENT_TYPE_QUERY_RESOURCE; in HWTEST_F()
78 ResourceEventType type = ResourceEventType::EVENT_TYPE_PULL_UP_PAGE; in HWTEST_F()
92 ResourceEventType type = ResourceEventType::EVENT_TYPE_CLOSE_PAGE; in HWTEST_F()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/unittest/common/camera_sink/callback/
H A Ddcamera_sink_callback_test.cpp43 int32_t OnPrivaceResourceMessage(const ResourceEventType &type, const std::string &subType, in OnPrivaceResourceMessage()
100 ResourceEventType type = ResourceEventType::EVENT_TYPE_QUERY_RESOURCE; in HWTEST_F()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/callbacksinkonremoterequest_fuzzer/
H A Dcallbacksinkonremoterequest_fuzzer.cpp29 const ResourceEventType resourceEventType[DC_RESOURCE_SIZE] {
30 ResourceEventType::EVENT_TYPE_QUERY_RESOURCE,
31 ResourceEventType::EVENT_TYPE_PULL_UP_PAGE,
32 ResourceEventType::EVENT_TYPE_CLOSE_PAGE
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_sink/src/
H A Ddaudio_sink_ipc_callback_stub.cpp59 ResourceEventType type = static_cast<ResourceEventType>(data.ReadInt32()); in OnNotifyResourceInfoInner()
H A Ddaudio_sink_ipc_callback.cpp28 int32_t DAudioSinkIpcCallback::OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subType, in OnNotifyResourceInfo()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_sink/src/callback/
H A Ddcamera_sink_callback_stub.cpp62 ResourceEventType type = static_cast<ResourceEventType>(data.ReadInt32()); in OnNotifyResourceInfoInner()
H A Ddcamera_sink_callback.cpp29 int32_t DCameraSinkCallback::OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subtype, in OnNotifyResourceInfo()
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Didistributed_hardware_sink.h24 enum class ResourceEventType : int32_t { class
37 virtual int32_t OnPrivaceResourceMessage(const ResourceEventType &type, const std::string &subType,
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesink/include/
H A Ddaudio_sink_ipc_callback_proxy.h30 int32_t OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subType,
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcamera/
H A Ddcamera_sink_callback_proxy.h35 int32_t OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subtype,
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_sink/include/callback/
H A Didcamera_sink_callback.h32 virtual int32_t OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subtype,
H A Ddcamera_sink_callback.h32 int32_t OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subtype,
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/include/
H A Dmock_component_resourceinfo.h35 int32_t OnPrivaceResourceMessage(const ResourceEventType &type, const std::string &subType,
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_sink/include/
H A Didaudio_sink_ipc_callback.h32 virtual int32_t OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subType,
H A Ddaudio_sink_ipc_callback.h32 int32_t OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subType,
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/include/
H A Dmock_component_resourceinfo.h35 int32_t OnPrivaceResourceMessage(const ResourceEventType &type, const std::string &subType,
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_privacy.cpp47 int32_t ComponentPrivacy::OnPrivaceResourceMessage(const ResourceEventType &type, const std::string &subtype, in OnPrivaceResourceMessage()
52 if (type == ResourceEventType::EVENT_TYPE_QUERY_RESOURCE) { in OnPrivaceResourceMessage()
54 } else if (type == ResourceEventType::EVENT_TYPE_PULL_UP_PAGE) { in OnPrivaceResourceMessage()
56 } else if (type == ResourceEventType::EVENT_TYPE_CLOSE_PAGE) { in OnPrivaceResourceMessage()
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesink/src/
H A Ddaudio_sink_ipc_callback_proxy.cpp25 int32_t DAudioSinkIpcCallbackProxy::OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subType, in OnNotifyResourceInfo()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcamera/
H A Ddcamera_sink_callback_proxy.cpp26 int32_t DCameraSinkCallbackProxy::OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subtype, in OnNotifyResourceInfo()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_privacy.h33 int32_t OnPrivaceResourceMessage(const ResourceEventType &type, const std::string &subtype,
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp218 int32_t ret = sinkCallback_->OnNotifyResourceInfo(ResourceEventType::EVENT_TYPE_QUERY_RESOURCE, PAGE_SUBTYPE, in CheckSensitive()
278 int32_t ret = sinkCallback_->OnNotifyResourceInfo(ResourceEventType::EVENT_TYPE_PULL_UP_PAGE, PAGE_SUBTYPE, in PullUpPage()
316 int32_t ret = sinkCallback_->OnNotifyResourceInfo(ResourceEventType::EVENT_TYPE_CLOSE_PAGE, PAGE_SUBTYPE, in CloseChannel()

Completed in 11 milliseconds

12