/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_component.h | 395 void SetJsEnabled(bool isEnabled) in SetJsEnabled() argument 397 isJsEnabled_ = isEnabled; in SetJsEnabled() 425 void SetContentAccessEnabled(bool isEnabled) in SetContentAccessEnabled() argument 427 isContentAccessEnabled_ = isEnabled; in SetContentAccessEnabled() 435 void SetFileAccessEnabled(bool isEnabled) in SetFileAccessEnabled() argument 437 isFileAccessEnabled_ = isEnabled; in SetFileAccessEnabled() 444 void SetOnLineImageAccessEnabled(bool isEnabled) in SetOnLineImageAccessEnabled() argument 446 isOnLineImageAccessEnabled_ = isEnabled; in SetOnLineImageAccessEnabled() 454 void SetDomStorageAccessEnabled(bool isEnabled) in SetDomStorageAccessEnabled() argument 456 isDomStorageAccessEnabled_ = isEnabled; in SetDomStorageAccessEnabled() 464 SetImageAccessEnabled(bool isEnabled) SetImageAccessEnabled() argument 484 SetZoomAccessEnabled(bool isEnabled) SetZoomAccessEnabled() argument 494 SetGeolocationAccessEnabled(bool isEnabled) SetGeolocationAccessEnabled() argument 534 SetOverviewModeAccessEnabled(bool isEnabled) SetOverviewModeAccessEnabled() argument 544 SetFileFromUrlAccessEnabled(bool isEnabled) SetFileFromUrlAccessEnabled() argument 554 SetDatabaseAccessEnabled(bool isEnabled) SetDatabaseAccessEnabled() argument 564 SetWebDebuggingAccessEnabled(bool isEnabled) SetWebDebuggingAccessEnabled() argument 574 SetPinchSmoothModeEnabled(bool isEnabled) SetPinchSmoothModeEnabled() argument 584 SetMultiWindowAccessEnabled(bool isEnabled) SetMultiWindowAccessEnabled() argument 594 SetAllowWindowOpenMethod(bool isEnabled) SetAllowWindowOpenMethod() argument 641 SetNativeEmbedModeEnabled(bool isEnabled) SetNativeEmbedModeEnabled() argument 662 SetSmoothDragResizeEnabled(bool isEnabled) SetSmoothDragResizeEnabled() argument [all...] |
/foundation/graphic/graphic_2d/frameworks/bootanimation/utils/ |
H A D | boot_animation_utils.cpp | 29 void BootAnimationUtils::SetBootAnimationSoundEnabled(bool isEnabled) in SetBootAnimationSoundEnabled() argument 31 LOGI("BootAnimationUtils::SetBootAnimationSoundEnabled is %d", isEnabled); in SetBootAnimationSoundEnabled() 32 system::SetParameter("persist.graphic.bootsound.enabled", isEnabled ? "1" : "0"); in SetBootAnimationSoundEnabled()
|
/foundation/communication/wifi/wifi/frameworks/wifi_ndk/ |
H A D | oh_wifi.cpp | 47 bool isEnabled = false; in OH_Wifi_IsWifiEnabled() local 48 OHOS::Wifi::ErrCode ret = g_WifiDevicePtr->IsWifiActive(isEnabled); in OH_Wifi_IsWifiEnabled() 53 *enabled = isEnabled; in OH_Wifi_IsWifiEnabled()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 285 bool isEnabled = false; in EnableBle() local 289 isEnabled = true; in EnableBle() 291 return isEnabled; in EnableBle() 305 bool isEnabled = false; in DisableBle() local 309 isEnabled = true; in DisableBle() 311 return isEnabled; in DisableBle() 328 bool isEnabled = false; in EnableBt() local 332 isEnabled = true; in EnableBt() 334 return isEnabled; in EnableBt()
|
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_curves.cpp | 532 bool isEnabled = true; in Recursive() local 573 isEnabled = false; in Recursive() 578 isEnabled = false; in Recursive() 587 isEnabled = false; in Recursive() 589 if (isEnabled) { in Recursive() 597 isEnabled = false; in Recursive() 599 if (isEnabled && cuspLimit_ != 0.0f && dxTemp > cuspLimit_) { in Recursive() 601 isEnabled = false; in Recursive() 611 isEnabled = false; in Recursive() 613 if (isEnabled) { in Recursive() [all...] |
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/ |
H A D | boot_animation_utils_test.cpp | 58 bool isEnabled = BootAnimationUtils::GetBootAnimationSoundEnabled(); in HWTEST_F() local 61 EXPECT_EQ(soundEnabled, isEnabled); in HWTEST_F()
|
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 334 isEnabled: true, 346 isEnabled: true, 373 isEnabled: true, 385 isEnabled: true, 642 isEnabled: true, 654 isEnabled: true, 694 isEnabled: true, 861 if (!this.item.isEnabled) { 875 if (!this.item.isEnabled) { 927 Button.createWithChild({ type: ButtonType.Normal, stateEffect: this.item.isEnabled }); [all...] |
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/fuzztest/bootanimation_fuzzer/ |
H A D | bootanimation_fuzzer.cpp | 53 bool isEnabled = GetData<bool>(); in BootAnimationUtilsFuzzerTest() local 54 BootAnimationUtils::SetBootAnimationSoundEnabled(isEnabled); in BootAnimationUtilsFuzzerTest()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_resource_helper.cpp | 126 bool isEnabled, int32_t userId) in SetOverlayEnabled() 129 APP_LOGD("bundleName: %{public}s, moduleName: %{public}s,isEnabled: %{public}d, userId: %{public}d", in SetOverlayEnabled() 130 bundleName.c_str(), moduleName.c_str(), isEnabled, userId); in SetOverlayEnabled() 132 callback.OnOverlayStatusChanged(bundleName, isEnabled, userId); in SetOverlayEnabled() 125 SetOverlayEnabled(const std::string &bundleName, const std::string &moduleName, bool isEnabled, int32_t userId) SetOverlayEnabled() argument
|
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_manager_test.cpp | 173 SessionEnableStatus isEnabled = ENABLE_STATUS_INIT; in HWTEST_F() local 174 ret = ClientAddSession(NULL, &sessionId, &isEnabled); in HWTEST_F() 179 ret = ClientAddSession(sessionParam, &sessionId, &isEnabled); in HWTEST_F() 182 ret = ClientAddSession(sessionParam, &sessionId, &isEnabled); in HWTEST_F() 265 SessionEnableStatus isEnabled = ENABLE_STATUS_INIT; in HWTEST_F() local 272 ret = ClientAddSession(sessionParam, &sessionId, &isEnabled); in HWTEST_F() 321 SessionEnableStatus isEnabled = ENABLE_STATUS_INIT; in HWTEST_F() local 333 ret = ClientAddSession(sessionParam, &sessionId, &isEnabled); in HWTEST_F() 338 ret = ClientAddSession(sessionParam, &sessionId, &isEnabled); in HWTEST_F() 353 SessionEnableStatus isEnabled in HWTEST_F() local 383 SessionEnableStatus isEnabled = ENABLE_STATUS_INIT; HWTEST_F() local 404 SessionEnableStatus isEnabled = ENABLE_STATUS_INIT; HWTEST_F() local 459 SessionEnableStatus isEnabled = ENABLE_STATUS_INIT; HWTEST_F() local 509 SessionEnableStatus isEnabled = ENABLE_STATUS_INIT; HWTEST_F() local 584 SessionEnableStatus isEnabled = ENABLE_STATUS_INIT; HWTEST_F() local 736 SessionEnableStatus isEnabled = ENABLE_STATUS_INIT; HWTEST_F() local 794 SessionEnableStatus isEnabled = ENABLE_STATUS_INIT; HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/overlay/ |
H A D | bundle_overlay_manager_host_impl.h | 45 virtual ErrCode SetOverlayEnabledForSelf(const std::string &moduleName, bool isEnabled,
47 virtual ErrCode SetOverlayEnabled(const std::string &bundleName, const std::string &moduleName, bool isEnabled,
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/overlay/ |
H A D | overlay_manager_interface.h | 75 virtual ErrCode SetOverlayEnabled(const std::string &bundleName, const std::string &moduleName, bool isEnabled,
in SetOverlayEnabled() argument 81 virtual ErrCode SetOverlayEnabledForSelf(const std::string &moduleName, bool isEnabled,
in SetOverlayEnabledForSelf() argument
|
H A D | overlay_manager_proxy.h | 53 bool isEnabled, int32_t userId = Constants::UNSPECIFIED_USERID) override;
55 virtual ErrCode SetOverlayEnabledForSelf(const std::string &moduleName, bool isEnabled,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_data_connection.h | 41 bool isEnabled {false}; 50 bool isEnabled {false};
|
/foundation/graphic/graphic_2d/interfaces/inner_api/bootanimation/ |
H A D | boot_animation_utils.h | 27 static void SetBootAnimationSoundEnabled(bool isEnabled);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_callback.cpp | 137 bool isEnabled, in OnOverlayStatusChanged() 140 APP_LOGI("start, bundleName:%{public}s, isEnabled:%{public}d, userId:%{public}d", in OnOverlayStatusChanged() 141 bundleName.c_str(), isEnabled, userId); in OnOverlayStatusChanged() 164 APP_LOGI("end, targetBundleName:%{public}s, isEnabled:%{public}d, userId:%{public}d", in OnOverlayStatusChanged() 165 targetBundleName.c_str(), isEnabled, userId); in OnOverlayStatusChanged() 135 OnOverlayStatusChanged( const std::string &bundleName, bool isEnabled, int32_t userId) OnOverlayStatusChanged() argument
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
H A D | netfirewall_rule_manager_test.cpp | 42 rule->isEnabled = true; in GetNetFirewallRuleSptr() 104 rule->isEnabled = false; in HWTEST_F() 125 rule->isEnabled = false; in HWTEST_F()
|
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/ |
H A D | netfirewall_rule_manager_test.cpp | 42 rule->isEnabled = true;
in GetNetFirewallRuleSptr() 104 rule->isEnabled = false;
in HWTEST_F() 125 rule->isEnabled = false;
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/ |
H A D | bundle_overlay_manager_host_impl.cpp | 238 ErrCode OverlayManagerHostImpl::SetOverlayEnabledForSelf(const std::string &moduleName, bool isEnabled,
in SetOverlayEnabledForSelf() argument 256 APP_LOGD("set overlay enable %{public}d for bundle %{public}s", isEnabled, callingBundleName.c_str());
in SetOverlayEnabledForSelf() 257 return BundleOverlayManager::GetInstance()->SetOverlayEnabled(callingBundleName, moduleName, isEnabled, userId);
in SetOverlayEnabledForSelf() 261 bool isEnabled, int32_t userId)
in SetOverlayEnabled() 284 return BundleOverlayManager::GetInstance()->SetOverlayEnabled(bundleName, moduleName, isEnabled, userId);
in SetOverlayEnabled() 260 SetOverlayEnabled(const std::string &bundleName, const std::string &moduleName, bool isEnabled, int32_t userId) SetOverlayEnabled() argument
|
H A D | bundle_overlay_manager.cpp | 92 bool isEnabled, int32_t userId)
in SetOverlayEnabled() 99 return OverlayDataMgr::GetInstance()->SetOverlayEnabled(bundleName, moduleName, isEnabled, userId);
in SetOverlayEnabled() 91 SetOverlayEnabled(const std::string &bundleName, const std::string &moduleName, bool isEnabled, int32_t userId) SetOverlayEnabled() argument
|
/foundation/graphic/graphic_2d/utils/scoped_bytrace/export/ |
H A D | scoped_bytrace.h | 38 static bool isEnabled() in isEnabled() function in ScopedDebugTrace
|
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
H A D | netfirewall_rule_manager.cpp | 73 if (ret == FIREWALL_OK && isNotify && rule->isEnabled) { in AddNetFirewallRule() 124 if (oldRule.ruleId <= 0 || (!oldRule.isEnabled && !rule->isEnabled)) { in UpdateNetFirewallRule() 127 if (oldRule.isEnabled && (rule->ruleType != oldRule.ruleType || !rule->isEnabled)) { in UpdateNetFirewallRule() 130 if (rule->isEnabled) { in UpdateNetFirewallRule() 159 if (oldRule.ruleId <= 0 || !oldRule.isEnabled) { in DeleteNetFirewallRule() 201 if (!rule.isEnabled) { in DeleteNetFirewallRuleByAppId()
|
H A D | netfirewall_default_rule_parser.cpp | 53 cJSON *isEnabled = cJSON_GetObjectItem(mem, NET_FIREWALL_IS_ENABLED.c_str()); in ConvertFirewallRuleToConfig() local 54 if (isEnabled != nullptr && cJSON_IsBool(isEnabled)) { in ConvertFirewallRuleToConfig() 55 rule->isEnabled = cJSON_IsTrue(isEnabled); in ConvertFirewallRuleToConfig() 56 NETMGR_EXT_LOG_D("isEnabled = %{public}d", rule->isEnabled); in ConvertFirewallRuleToConfig()
|
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibilitysystemabilityclient_fuzzer/ |
H A D | accessibilitysystemabilityclient_fuzzer.cpp | 278 bool isEnabled = false; in IsEnabledFuzzTest() local 279 GetObject<bool>(isEnabled, &data[0], size); in IsEnabledFuzzTest() 280 instance->IsEnabled(isEnabled); in IsEnabledFuzzTest() 295 bool isEnabled = false; in IsTouchExplorationEnabledFuzzTest() local 296 GetObject<bool>(isEnabled, &data[0], size); in IsTouchExplorationEnabledFuzzTest() 297 instance->IsTouchExplorationEnabled(isEnabled); in IsTouchExplorationEnabledFuzzTest()
|
/foundation/barrierfree/accessibility/interfaces/innerkits/asacfwk/include/ |
H A D | accessibility_system_ability_client.h | 93 * @param isEnabled true: enabled; false: disabled 96 virtual RetError IsEnabled(bool &isEnabled)= 0; 100 * @param isEnabled true: enabled; false: disabled 103 virtual RetError IsTouchExplorationEnabled(bool &isEnabled) = 0;
|