/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/callbackonnotifyresourceinfo_fuzzer/ |
H A D | callbackonnotifyresourceinfo_fuzzer.cpp | 26 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 D | sinkipccallbackonnotifyresourceinfo_fuzzer.cpp | 24 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 D | sinkipccallbackonnotifyresourceinfoinner_fuzzer.cpp | 31 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 D | sinkipccallbackonremoterequest_fuzzer.cpp | 31 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 D | component_privacy_test.cpp | 64 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 D | dcamera_sink_callback_test.cpp | 43 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 D | callbacksinkonremoterequest_fuzzer.cpp | 29 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 D | daudio_sink_ipc_callback_stub.cpp | 59 ResourceEventType type = static_cast<ResourceEventType>(data.ReadInt32()); in OnNotifyResourceInfoInner()
|
H A D | daudio_sink_ipc_callback.cpp | 28 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 D | dcamera_sink_callback_stub.cpp | 62 ResourceEventType type = static_cast<ResourceEventType>(data.ReadInt32()); in OnNotifyResourceInfoInner()
|
H A D | dcamera_sink_callback.cpp | 29 int32_t DCameraSinkCallback::OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subtype, in OnNotifyResourceInfo()
|
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/ |
H A D | idistributed_hardware_sink.h | 24 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 D | daudio_sink_ipc_callback_proxy.h | 30 int32_t OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subType,
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcamera/ |
H A D | dcamera_sink_callback_proxy.h | 35 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 D | idcamera_sink_callback.h | 32 virtual int32_t OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subtype,
|
H A D | dcamera_sink_callback.h | 32 int32_t OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subtype,
|
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/include/ |
H A D | mock_component_resourceinfo.h | 35 int32_t OnPrivaceResourceMessage(const ResourceEventType &type, const std::string &subType,
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_sink/include/ |
H A D | idaudio_sink_ipc_callback.h | 32 virtual int32_t OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subType,
|
H A D | daudio_sink_ipc_callback.h | 32 int32_t OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subType,
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/include/ |
H A D | mock_component_resourceinfo.h | 35 int32_t OnPrivaceResourceMessage(const ResourceEventType &type, const std::string &subType,
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
H A D | component_privacy.cpp | 47 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 D | daudio_sink_ipc_callback_proxy.cpp | 25 int32_t DAudioSinkIpcCallbackProxy::OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subType, in OnNotifyResourceInfo()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcamera/ |
H A D | dcamera_sink_callback_proxy.cpp | 26 int32_t DCameraSinkCallbackProxy::OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subtype, in OnNotifyResourceInfo()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/ |
H A D | component_privacy.h | 33 int32_t OnPrivaceResourceMessage(const ResourceEventType &type, const std::string &subtype,
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_controller.cpp | 218 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()
|