Home
last modified time | relevance | path

Searched refs:isSameAccout (Results 1 - 19 of 19) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_privacy/
H A Dcomponent_privacy_test.cpp68 bool isSameAccout = true; in HWTEST_F() local
69 int32_t ret = compPrivacy_->OnPrivaceResourceMessage(type, subtype, networkId, isSensitive, isSameAccout); in HWTEST_F()
82 bool isSameAccout = true; in HWTEST_F() local
83 int32_t ret = compPrivacy_->OnPrivaceResourceMessage(type, subtype, networkId, isSensitive, isSameAccout); in HWTEST_F()
96 bool isSameAccout = true; in HWTEST_F() local
97 int32_t ret = compPrivacy_->OnPrivaceResourceMessage(type, subtype, networkId, isSensitive, isSameAccout); in HWTEST_F()
109 bool isSameAccout = true; in HWTEST_F() local
111 int32_t ret = compPrivacy_->OnResourceInfoCallback(subtype, networkId, isSensitive, isSameAccout); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_sink/src/callback/
H A Ddcamera_sink_callback.cpp30 const std::string &networkId, bool &isSensitive, bool &isSameAccout) in OnNotifyResourceInfo()
33 "isSensitive: %{public}d, isSameAccout: %{public}d", (uint32_t)type, subtype.c_str(), in OnNotifyResourceInfo()
34 GetAnonyString(networkId).c_str(), isSensitive, isSameAccout); in OnNotifyResourceInfo()
40 ret = (*iter)->OnPrivaceResourceMessage(type, subtype, networkId, isSensitive, isSameAccout); in OnNotifyResourceInfo()
29 OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subtype, const std::string &networkId, bool &isSensitive, bool &isSameAccout) OnNotifyResourceInfo() argument
H A Ddcamera_sink_callback_stub.cpp60 bool isSameAccout; in OnNotifyResourceInfoInner() local
65 ret = OnNotifyResourceInfo(type, subtype, networkId, isSensitive, isSameAccout); in OnNotifyResourceInfoInner()
69 reply.WriteBool(isSameAccout); in OnNotifyResourceInfoInner()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/unittest/common/camera_sink/callback/
H A Ddcamera_sink_callback_test.cpp44 const std::string &networkId, bool &isSensitive, bool &isSameAccout) in OnPrivaceResourceMessage()
104 bool isSameAccout = false; in HWTEST_F() local
105 int32_t ret = sinkCallback_->OnNotifyResourceInfo(type, subType, networkId, isSensitive, isSameAccout); in HWTEST_F()
43 OnPrivaceResourceMessage(const ResourceEventType &type, const std::string &subType, const std::string &networkId, bool &isSensitive, bool &isSameAccout) OnPrivaceResourceMessage() argument
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/callbacksinkonremoterequest_fuzzer/
H A Dcallbacksinkonremoterequest_fuzzer.cpp48 bool isSameAccout = data[0] % DC_RESOURCE_VALUE; in CallbackSinkOnRemoteRequestFuzzTest() local
53 pdata.ReadBool(isSameAccout); in CallbackSinkOnRemoteRequestFuzzTest()
74 bool isSameAccout = data[0] % DC_RESOURCE_VALUE; in CallbackSinkOnNotifyResourceInfoInnerFuzzTest() local
79 pdata.ReadBool(isSameAccout); in CallbackSinkOnNotifyResourceInfoInnerFuzzTest()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/callbackonnotifyresourceinfo_fuzzer/
H A Dcallbackonnotifyresourceinfo_fuzzer.cpp41 bool isSameAccout = data[0] % DC_RESOURCE_VALUE; in CallbackOnNotifyResourceInfoFuzzTest() local
49 dcameraSinkCallback->OnNotifyResourceInfo(type, subtype, networkId, isSensitive, isSameAccout); in CallbackOnNotifyResourceInfoFuzzTest()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcamera/
H A Ddcamera_sink_callback_proxy.cpp27 const std::string &networkId, bool &isSensitive, bool &isSameAccout) in OnNotifyResourceInfo()
50 isSameAccout = reply.ReadBool(); in OnNotifyResourceInfo()
26 OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subtype, const std::string &networkId, bool &isSensitive, bool &isSameAccout) OnNotifyResourceInfo() argument
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sinkipccallbackonnotifyresourceinfo_fuzzer/
H A Dsinkipccallbackonnotifyresourceinfo_fuzzer.cpp40 bool isSameAccout = data[0] % DC_RESOURCE_VALUE; in SinkIpcCallbackOnNotifyResourceInfoFuzzTest() local
43 callback->OnNotifyResourceInfo(type, subtype, networkId, isSensitive, isSameAccout); in SinkIpcCallbackOnNotifyResourceInfoFuzzTest()
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sinkipccallbackonnotifyresourceinfoinner_fuzzer/
H A Dsinkipccallbackonnotifyresourceinfoinner_fuzzer.cpp51 bool isSameAccout = data[0] % DC_RESOURCE_VALUE; in SinkIpcCallbackOnNotifyResourceInfoInnerFuzzTest() local
56 pdata.ReadBool(isSameAccout); in SinkIpcCallbackOnNotifyResourceInfoInnerFuzzTest()
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sinkipccallbackonremoterequest_fuzzer/
H A Dsinkipccallbackonremoterequest_fuzzer.cpp51 bool isSameAccout = data[0] % DC_RESOURCE_VALUE; in SinkIpcCallbackOnRemoteRequestFuzzTest() local
56 pdata.ReadBool(isSameAccout); in SinkIpcCallbackOnRemoteRequestFuzzTest()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_privacy.h34 const std::string &networkId, bool &isSensitive, bool &isSameAccout) override;
36 bool &isSensitive, bool &isSameAccout);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_privacy.cpp48 const std::string &networkId, bool &isSensitive, bool &isSameAccout) in OnPrivaceResourceMessage()
53 ret = OnResourceInfoCallback(subtype, networkId, isSensitive, isSameAccout); in OnPrivaceResourceMessage()
123 bool &isSensitive, bool &isSameAccout) in OnResourceInfoCallback()
149 isSameAccout = true; in OnResourceInfoCallback()
151 isSameAccout = false; in OnResourceInfoCallback()
47 OnPrivaceResourceMessage(const ResourceEventType &type, const std::string &subtype, const std::string &networkId, bool &isSensitive, bool &isSameAccout) OnPrivaceResourceMessage() argument
122 OnResourceInfoCallback(const std::string &subtype, const std::string &networkId, bool &isSensitive, bool &isSameAccout) OnResourceInfoCallback() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcamera/
H A Ddcamera_sink_callback_proxy.h36 const std::string &networkId, bool &isSensitive, bool &isSameAccout) override;
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_sink/include/callback/
H A Didcamera_sink_callback.h33 const std::string &networkId, bool &isSensitive, bool &isSameAccout) = 0;
H A Ddcamera_sink_callback.h33 const std::string &networkId, bool &isSensitive, bool &isSameAccout) override;
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/include/
H A Dmock_component_resourceinfo.h36 const std::string &networkId, bool &isSensitive, bool &isSameAccout) override
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/include/
H A Dmock_component_resourceinfo.h36 const std::string &networkId, bool &isSensitive, bool &isSameAccout) override
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Didistributed_hardware_sink.h38 const std::string &networkId, bool &isSensitive, bool &isSameAccout) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp221 DHLOGI("OpenChannel isSensitive: %{public}d, isSameAccout: %{public}d", isSensitive_, isSameAccount_); in CheckSensitive()
277 bool isSameAccout = false; in PullUpPage() local
279 srcDevId_, isSensitive, isSameAccout); in PullUpPage()
315 bool isSameAccout = false; in CloseChannel() local
317 srcDevId_, isSensitive, isSameAccout); in CloseChannel()

Completed in 6 milliseconds