/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_privacy/ |
H A D | component_privacy_test.cpp | 68 bool isSameAccout = true; variable 69 … ret = compPrivacy_->OnPrivaceResourceMessage(type, subtype, networkId, isSensitive, isSameAccout); 82 bool isSameAccout = true; variable 83 … ret = compPrivacy_->OnPrivaceResourceMessage(type, subtype, networkId, isSensitive, isSameAccout); 96 bool isSameAccout = true; variable 97 … ret = compPrivacy_->OnPrivaceResourceMessage(type, subtype, networkId, isSensitive, isSameAccout); 109 bool isSameAccout = true; variable 111 … int32_t ret = compPrivacy_->OnResourceInfoCallback(subtype, networkId, isSensitive, isSameAccout);
|
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/callbacksinkonremoterequest_fuzzer/ |
H A D | callbacksinkonremoterequest_fuzzer.cpp | 48 bool isSameAccout = data[0] % DC_RESOURCE_VALUE; in CallbackSinkOnRemoteRequestFuzzTest() local 53 pdata.ReadBool(isSameAccout); in CallbackSinkOnRemoteRequestFuzzTest() 71 bool isSameAccout = data[0] % DC_RESOURCE_VALUE; in CallbackSinkOnNotifyResourceInfoInnerFuzzTest() local 76 pdata.ReadBool(isSameAccout); in CallbackSinkOnNotifyResourceInfoInnerFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_sink/src/callback/ |
H A D | dcamera_sink_callback.cpp | 30 const std::string &networkId, bool &isSensitive, bool &isSameAccout) in OnNotifyResourceInfo() argument 34 GetAnonyString(networkId).c_str(), isSensitive, isSameAccout); in OnNotifyResourceInfo() 39 … ret = (*iter)->OnPrivaceResourceMessage(type, subtype, networkId, isSensitive, isSameAccout); in OnNotifyResourceInfo()
|
H A D | dcamera_sink_callback_stub.cpp | 60 bool isSameAccout; in OnNotifyResourceInfoInner() local 65 ret = OnNotifyResourceInfo(type, subtype, networkId, isSensitive, isSameAccout); in OnNotifyResourceInfoInner() 69 reply.WriteBool(isSameAccout); in OnNotifyResourceInfoInner()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/unittest/common/camera_sink/callback/ |
H A D | dcamera_sink_callback_test.cpp | 44 const std::string &networkId, bool &isSensitive, bool &isSameAccout) in OnPrivaceResourceMessage() argument 104 bool isSameAccout = false; variable 105 …2_t ret = sinkCallback_->OnNotifyResourceInfo(type, subType, networkId, isSensitive, isSameAccout);
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
H A D | component_privacy.cpp | 48 const std::string &networkId, bool &isSensitive, bool &isSameAccout) in OnPrivaceResourceMessage() argument 53 ret = OnResourceInfoCallback(subtype, networkId, isSensitive, isSameAccout); in OnPrivaceResourceMessage() 123 bool &isSensitive, bool &isSameAccout) in OnResourceInfoCallback() argument 149 isSameAccout = true; in OnResourceInfoCallback() 151 isSameAccout = false; in OnResourceInfoCallback()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcamera/ |
H A D | dcamera_sink_callback_proxy.cpp | 27 const std::string &networkId, bool &isSensitive, bool &isSameAccout) in OnNotifyResourceInfo() argument 50 isSameAccout = reply.ReadBool(); in OnNotifyResourceInfo()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sinkipccallbackonnotifyresourceinfo_fuzzer/ |
H A D | sinkipccallbackonnotifyresourceinfo_fuzzer.cpp | 40 bool isSameAccout = data[0] % DC_RESOURCE_VALUE; in SinkIpcCallbackOnNotifyResourceInfoFuzzTest() local 43 callback->OnNotifyResourceInfo(type, subtype, networkId, isSensitive, isSameAccout); in SinkIpcCallbackOnNotifyResourceInfoFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/callbackonnotifyresourceinfo_fuzzer/ |
H A D | callbackonnotifyresourceinfo_fuzzer.cpp | 41 bool isSameAccout = data[0] % DC_RESOURCE_VALUE; in CallbackOnNotifyResourceInfoFuzzTest() local 46 dcameraSinkCallback->OnNotifyResourceInfo(type, subtype, networkId, isSensitive, isSameAccout); in CallbackOnNotifyResourceInfoFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sinkipccallbackonnotifyresourceinfoinner_fuzzer/ |
H A D | sinkipccallbackonnotifyresourceinfoinner_fuzzer.cpp | 51 bool isSameAccout = data[0] % DC_RESOURCE_VALUE; in SinkIpcCallbackOnNotifyResourceInfoInnerFuzzTest() local 56 pdata.ReadBool(isSameAccout); in SinkIpcCallbackOnNotifyResourceInfoInnerFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sinkipccallbackonremoterequest_fuzzer/ |
H A D | sinkipccallbackonremoterequest_fuzzer.cpp | 51 bool isSameAccout = data[0] % DC_RESOURCE_VALUE; in SinkIpcCallbackOnRemoteRequestFuzzTest() local 56 pdata.ReadBool(isSameAccout); in SinkIpcCallbackOnRemoteRequestFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/ |
H A D | component_privacy.h | 34 const std::string &networkId, bool &isSensitive, bool &isSameAccout) override; 36 bool &isSensitive, bool &isSameAccout);
|
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_sink/include/callback/ |
H A D | idcamera_sink_callback.h | 33 const std::string &networkId, bool &isSensitive, bool &isSameAccout) = 0;
|
H A D | dcamera_sink_callback.h | 33 const std::string &networkId, bool &isSensitive, bool &isSameAccout) override;
|
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/include/ |
H A D | mock_component_resourceinfo.h | 36 const std::string &networkId, bool &isSensitive, bool &isSameAccout) override in OnPrivaceResourceMessage() argument
|
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/include/ |
H A D | mock_component_resourceinfo.h | 36 const std::string &networkId, bool &isSensitive, bool &isSameAccout) override in OnPrivaceResourceMessage() argument
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcamera/ |
H A D | dcamera_sink_callback_proxy.h | 36 const std::string &networkId, bool &isSensitive, bool &isSameAccout) override;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/ |
H A D | idistributed_hardware_sink.h | 38 const std::string &networkId, bool &isSensitive, bool &isSameAccout) = 0;
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_controller.cpp | 254 bool isSameAccout = false; in PullUpPage() local 256 srcDevId_, isSensitive, isSameAccout); in PullUpPage() 290 bool isSameAccout = false; in CloseChannel() local 292 isSensitive, isSameAccout); in CloseChannel()
|