/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_privacy/ |
H A D | component_privacy_test.cpp | 67 bool isSensitive = true; in HWTEST_F() local 69 int32_t ret = compPrivacy_->OnPrivaceResourceMessage(type, subtype, networkId, isSensitive, isSameAccout); in HWTEST_F() 81 bool isSensitive = true; in HWTEST_F() local 83 int32_t ret = compPrivacy_->OnPrivaceResourceMessage(type, subtype, networkId, isSensitive, isSameAccout); in HWTEST_F() 95 bool isSensitive = true; in HWTEST_F() local 97 int32_t ret = compPrivacy_->OnPrivaceResourceMessage(type, subtype, networkId, isSensitive, isSameAccout); in HWTEST_F() 108 bool isSensitive = true; in HWTEST_F() local 111 int32_t ret = compPrivacy_->OnResourceInfoCallback(subtype, networkId, isSensitive, isSameAccout); in HWTEST_F()
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_sink/src/ |
H A D | daudio_sink_ipc_callback.cpp | 29 const std::string &networkId, bool &isSensitive, bool &isSameAccount) in OnNotifyResourceInfo() 31 DHLOGI("On notify the resource info, subType: %{public}s, networkId: %{public}s, isSensitive: " in OnNotifyResourceInfo() 33 isSensitive, isSameAccount); in OnNotifyResourceInfo() 39 ret = (*iter)->OnPrivaceResourceMessage(type, subType, networkId, isSensitive, isSameAccount); in OnNotifyResourceInfo() 28 OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subType, const std::string &networkId, bool &isSensitive, bool &isSameAccount) OnNotifyResourceInfo() argument
|
H A D | daudio_sink_ipc_callback_stub.cpp | 56 bool isSensitive; in OnNotifyResourceInfoInner() local 62 ret = OnNotifyResourceInfo(type, subType, networkId, isSensitive, isSameAccount); in OnNotifyResourceInfoInner() 65 reply.WriteBool(isSensitive); in OnNotifyResourceInfoInner()
|
/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() 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 D | dcamera_sink_callback_stub.cpp | 59 bool isSensitive; in OnNotifyResourceInfoInner() local 65 ret = OnNotifyResourceInfo(type, subtype, networkId, isSensitive, isSameAccout); in OnNotifyResourceInfoInner() 68 reply.WriteBool(isSensitive); in OnNotifyResourceInfoInner()
|
/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() 103 bool isSensitive = 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/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_pattern.cpp | 318 void GaugePattern::ObscureLimitValueText(bool isSensitive) in ObscureLimitValueText() argument 321 ObscureText(GetMinValueTextId(), isSensitive); in ObscureLimitValueText() local 324 ObscureText(GetMaxValueTextId(), isSensitive); in ObscureLimitValueText() local 328 void GaugePattern::ObscureText(int32_t valueTextId, bool isSensitive) in ObscureText() argument 334 textPattern->OnSensitiveStyleChange(isSensitive); in ObscureText() 335 textNode->SetPrivacySensitive(isSensitive); in ObscureText() 339 void GaugePattern::OnSensitiveStyleChange(bool isSensitive) in OnSensitiveStyleChange() argument 341 ObscureLimitValueText(isSensitive); in OnSensitiveStyleChange() 346 gaugePaintProperty->UpdateIsSensitive(isSensitive); in OnSensitiveStyleChange()
|
H A D | gauge_pattern.h | 148 void OnSensitiveStyleChange(bool isSensitive) override; 176 void ObscureText(int32_t valueTextId, bool isSensitive); 177 void ObscureLimitValueText(bool isSensitive);
|
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/callbacksinkonremoterequest_fuzzer/ |
H A D | callbacksinkonremoterequest_fuzzer.cpp | 47 bool isSensitive = data[0] % DC_RESOURCE_VALUE; in CallbackSinkOnRemoteRequestFuzzTest() local 52 pdata.ReadBool(isSensitive); in CallbackSinkOnRemoteRequestFuzzTest() 73 bool isSensitive = data[0] % DC_RESOURCE_VALUE; in CallbackSinkOnNotifyResourceInfoInnerFuzzTest() local 78 pdata.ReadBool(isSensitive); in CallbackSinkOnNotifyResourceInfoInnerFuzzTest()
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesink/src/ |
H A D | daudio_sink_ipc_callback_proxy.cpp | 26 const std::string &networkId, bool &isSensitive, bool &isSameAccount) in OnNotifyResourceInfo() 42 isSensitive = reply.ReadBool(); in OnNotifyResourceInfo() 25 OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subType, const std::string &networkId, bool &isSensitive, bool &isSameAccount) OnNotifyResourceInfo() argument
|
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/callbackonnotifyresourceinfo_fuzzer/ |
H A D | callbackonnotifyresourceinfo_fuzzer.cpp | 40 bool isSensitive = 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 D | dcamera_sink_callback_proxy.cpp | 27 const std::string &networkId, bool &isSensitive, bool &isSameAccout) in OnNotifyResourceInfo() 49 isSensitive = 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 D | sinkipccallbackonnotifyresourceinfo_fuzzer.cpp | 39 bool isSensitive = 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 D | sinkipccallbackonnotifyresourceinfoinner_fuzzer.cpp | 50 bool isSensitive = data[0] % DC_RESOURCE_VALUE; in SinkIpcCallbackOnNotifyResourceInfoInnerFuzzTest() local 55 pdata.ReadBool(isSensitive); in SinkIpcCallbackOnNotifyResourceInfoInnerFuzzTest()
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sinkipccallbackonremoterequest_fuzzer/ |
H A D | sinkipccallbackonremoterequest_fuzzer.cpp | 50 bool isSensitive = data[0] % DC_RESOURCE_VALUE; in SinkIpcCallbackOnRemoteRequestFuzzTest() local 55 pdata.ReadBool(isSensitive); in SinkIpcCallbackOnRemoteRequestFuzzTest()
|
/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);
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesink/include/ |
H A D | daudio_sink_ipc_callback_proxy.h | 31 const std::string &networkId, bool &isSensitive, bool &isSameAccount) override;
|
/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;
|
/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;
|
/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
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_sink/include/ |
H A D | idaudio_sink_ipc_callback.h | 33 const std::string &networkId, bool &isSensitive, bool &isSameAccount) = 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
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_pattern.cpp | 378 void ProgressPattern::ObscureText(bool isSensitive) in ObscureText() argument 386 textPattern->OnSensitiveStyleChange(isSensitive); in ObscureText() 387 textHost->SetPrivacySensitive(isSensitive); in ObscureText() 391 void ProgressPattern::OnSensitiveStyleChange(bool isSensitive) in OnSensitiveStyleChange() argument 397 progressPaintProperty->UpdateIsSensitive(isSensitive); in OnSensitiveStyleChange() 398 ObscureText(isSensitive); in OnSensitiveStyleChange()
|
/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() 53 ret = OnResourceInfoCallback(subtype, networkId, isSensitive, isSameAccout); in OnPrivaceResourceMessage() 123 bool &isSensitive, bool &isSameAccout) in OnResourceInfoCallback() 134 isSensitive = resourceDesc[subtype]; 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
|