Home
last modified time | relevance | path

Searched refs:isSensitive (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_privacy/
H A Dcomponent_privacy_test.cpp67 bool isSensitive = true; variable
69 …int32_t ret = compPrivacy_->OnPrivaceResourceMessage(type, subtype, networkId, isSensitive, isSame…
81 bool isSensitive = true; variable
83 …int32_t ret = compPrivacy_->OnPrivaceResourceMessage(type, subtype, networkId, isSensitive, isSame…
95 bool isSensitive = true; variable
97 …int32_t ret = compPrivacy_->OnPrivaceResourceMessage(type, subtype, networkId, isSensitive, isSame…
108 bool isSensitive = true; variable
111 … int32_t ret = compPrivacy_->OnResourceInfoCallback(subtype, networkId, isSensitive, isSameAccout);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_pattern.cpp320 void GaugePattern::ObscureLimitValueText(bool isSensitive) in ObscureLimitValueText() argument
323 ObscureText(GetMinValueTextId(), isSensitive); in ObscureLimitValueText()
326 ObscureText(GetMaxValueTextId(), isSensitive); in ObscureLimitValueText()
330 void GaugePattern::ObscureText(int32_t valueTextId, bool isSensitive) in ObscureText() argument
336 textPattern->OnSensitiveStyleChange(isSensitive); in ObscureText()
337 textNode->SetPrivacySensitive(isSensitive); in ObscureText()
341 void GaugePattern::OnSensitiveStyleChange(bool isSensitive) in OnSensitiveStyleChange() argument
343 ObscureLimitValueText(isSensitive); in OnSensitiveStyleChange()
348 gaugePaintProperty->UpdateIsSensitive(isSensitive); in OnSensitiveStyleChange()
H A Dgauge_pattern.h148 void OnSensitiveStyleChange(bool isSensitive) override;
176 void ObscureText(int32_t valueTextId, bool isSensitive);
177 void ObscureLimitValueText(bool isSensitive);
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/callbacksinkonremoterequest_fuzzer/
H A Dcallbacksinkonremoterequest_fuzzer.cpp47 bool isSensitive = data[0] % DC_RESOURCE_VALUE; in CallbackSinkOnRemoteRequestFuzzTest() local
52 pdata.ReadBool(isSensitive); in CallbackSinkOnRemoteRequestFuzzTest()
70 bool isSensitive = data[0] % DC_RESOURCE_VALUE; in CallbackSinkOnNotifyResourceInfoInnerFuzzTest() local
75 pdata.ReadBool(isSensitive); in CallbackSinkOnNotifyResourceInfoInnerFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_sink/src/
H A Ddaudio_sink_ipc_callback.cpp29 const std::string &networkId, bool &isSensitive, bool &isSameAccount) in OnNotifyResourceInfo() argument
33 isSensitive, isSameAccount); in OnNotifyResourceInfo()
39 … ret = (*iter)->OnPrivaceResourceMessage(type, subType, networkId, isSensitive, isSameAccount); in OnNotifyResourceInfo()
H A Ddaudio_sink_ipc_callback_stub.cpp56 bool isSensitive; in OnNotifyResourceInfoInner() local
62 ret = OnNotifyResourceInfo(type, subType, networkId, isSensitive, isSameAccount); in OnNotifyResourceInfoInner()
65 reply.WriteBool(isSensitive); in OnNotifyResourceInfoInner()
/ohos5.0/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() argument
34 GetAnonyString(networkId).c_str(), isSensitive, isSameAccout); in OnNotifyResourceInfo()
39 … ret = (*iter)->OnPrivaceResourceMessage(type, subtype, networkId, isSensitive, isSameAccout); in OnNotifyResourceInfo()
H A Ddcamera_sink_callback_stub.cpp59 bool isSensitive; in OnNotifyResourceInfoInner() local
65 ret = OnNotifyResourceInfo(type, subtype, networkId, isSensitive, isSameAccout); in OnNotifyResourceInfoInner()
68 reply.WriteBool(isSensitive); in OnNotifyResourceInfoInner()
/ohos5.0/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() argument
103 bool isSensitive = false; variable
105 …int32_t ret = sinkCallback_->OnNotifyResourceInfo(type, subType, networkId, isSensitive, isSameAcc…
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesink/src/
H A Ddaudio_sink_ipc_callback_proxy.cpp26 const std::string &networkId, bool &isSensitive, bool &isSameAccount) in OnNotifyResourceInfo() argument
42 isSensitive = reply.ReadBool(); in OnNotifyResourceInfo()
/ohos5.0/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() argument
49 isSensitive = reply.ReadBool(); in OnNotifyResourceInfo()
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sinkipccallbackonnotifyresourceinfo_fuzzer/
H A Dsinkipccallbackonnotifyresourceinfo_fuzzer.cpp39 bool isSensitive = 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 Dcallbackonnotifyresourceinfo_fuzzer.cpp40 bool isSensitive = 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 Dsinkipccallbackonnotifyresourceinfoinner_fuzzer.cpp50 bool isSensitive = data[0] % DC_RESOURCE_VALUE; in SinkIpcCallbackOnNotifyResourceInfoInnerFuzzTest() local
55 pdata.ReadBool(isSensitive); in SinkIpcCallbackOnNotifyResourceInfoInnerFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sinkipccallbackonremoterequest_fuzzer/
H A Dsinkipccallbackonremoterequest_fuzzer.cpp50 bool isSensitive = data[0] % DC_RESOURCE_VALUE; in SinkIpcCallbackOnRemoteRequestFuzzTest() local
55 pdata.ReadBool(isSensitive); in SinkIpcCallbackOnRemoteRequestFuzzTest()
/ohos5.0/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);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_pattern.cpp378 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()
H A Dprogress_pattern.h155 void OnSensitiveStyleChange(bool isSensitive) override;
156 void ObscureText(bool isSensitive);
H A Dprogress_paint_method.h61 auto isSensitive = paintProperty->GetIsSensitive().value_or(false); in UpdateContentModifier() local
97 progressModifier_->SetValue(isSensitive ? 0.0 : value_); in UpdateContentModifier()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_privacy.cpp48 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
134 isSensitive = resourceDesc[subtype]; in OnResourceInfoCallback()
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_sink/include/
H A Didaudio_sink_ipc_callback.h33 const std::string &networkId, bool &isSensitive, bool &isSameAccount) = 0;
/ohos5.0/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;
/ohos5.0/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 in OnPrivaceResourceMessage() argument
/ohos5.0/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 in OnPrivaceResourceMessage() argument
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesink/include/
H A Ddaudio_sink_ipc_callback_proxy.h31 const std::string &networkId, bool &isSensitive, bool &isSameAccount) override;

12