Home
last modified time | relevance | path

Searched refs:REMOVE (Results 1 - 25 of 62) sorted by relevance

123

/base/request/request/services/src/service/
H A Dinterface.rs25 pub const REMOVE: u32 = 4; consts
65 assert_eq!(4, REMOVE); in ut_interface()
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_notify_data_listener.cpp35 if (this->validCbNum == 1 && this->type_ != SubscribeType::REMOVE) { in AddListener()
43 if (this->validCbNum == 0 && this->type_ != SubscribeType::REMOVE) { in RemoveListener()
95 if (notifyData->type == SubscribeType::REMOVE) { in RemoveJSTask()
/base/customization/enterprise_device_management/test/fuzztest/usercertplugin_fuzzer/
H A Duser_cert_plugin_fuzzer.cpp45 operateType <= static_cast<uint32_t>(FuncOperateType::REMOVE); operateType++) { in LLVMFuzzerTestOneInput()
60 } else if (operateType == static_cast<uint32_t>(FuncOperateType::REMOVE)) { in LLVMFuzzerTestOneInput()
/base/request/request/frameworks/js/napi/src/
H A Djs_notify_data_listener.cpp36 if (this->validCbNum == 1 && this->type_ != SubscribeType::REMOVE) { in AddListener()
48 if (this->validCbNum == 0 && this->type_ != SubscribeType::REMOVE) { in RemoveListener()
157 case SubscribeType::REMOVE: in SubscribeTypeToString()
172 || notifyData->type == SubscribeType::REMOVE)) { in CheckRemoveJSTask()
175 if (notifyData->type == SubscribeType::REMOVE) { in CheckRemoveJSTask()
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/faults/
H A Dmulti_thread_container_access.h45 static constexpr int REMOVE = 1; member in OHOS::HiviewDFX::MultiThreadContainerAccess
/base/customization/enterprise_device_management/common/native/include/
H A Dfunc_code.h46 REMOVE = 2, member in OHOS::EDM::FuncOperateType
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dallowed_bluetooth_devices_plugin.cpp41 ptr->SetOnHandlePolicyListener(&AllowedBluetoothDevicesPlugin::OnRemovePolicy, FuncOperateType::REMOVE); in InitPlugin()
42 ptr->SetOnHandlePolicyDoneListener(&AllowedBluetoothDevicesPlugin::OnChangedPolicyDone, FuncOperateType::REMOVE); in InitPlugin()
H A Ddisallowed_uninstall_bundles_plugin.cpp34 ptr->SetOnHandlePolicyListener(&DisallowedUninstallBundlesPlugin::OnRemovePolicy, FuncOperateType::REMOVE); in InitPlugin()
H A Ddisallowed_install_bundles_plugin.cpp34 ptr->SetOnHandlePolicyListener(&DisallowedInstallBundlesPlugin::OnRemovePolicy, FuncOperateType::REMOVE); in InitPlugin()
H A Dallowed_install_bundles_plugin.cpp35 ptr->SetOnHandlePolicyListener(&AllowedInstallBundlesPlugin::OnRemovePolicy, FuncOperateType::REMOVE); in InitPlugin()
H A Ddomain_filter_rule_plugin.cpp39 ptr->SetOnHandlePolicyListener(&DomainFilterRulePlugin::OnRemovePolicy, FuncOperateType::REMOVE); in InitPlugin()
H A Dfirewall_rule_plugin.cpp39 ptr->SetOnHandlePolicyListener(&FirewallRulePlugin::OnRemovePolicy, FuncOperateType::REMOVE); in InitPlugin()
/base/customization/enterprise_device_management/test/unittest/services/edm/include/
H A Diplugin_template_test.h177 ptr->SetOnHandlePolicyListener(&HandlePolicySupplierPlg::RemoveSupplier, FuncOperateType::REMOVE);
207 ptr->SetOnHandlePolicyListener(&HandlePolicyFunctionPlg::RemoveFunction, FuncOperateType::REMOVE);
237 ptr->SetOnHandlePolicyListener(&HandlePolicyBiFunctionPlg::RemoveFunction, FuncOperateType::REMOVE);
255 ptr->SetOnHandlePolicyDoneListener(&HandleDoneBoolConsumerPlg::RemoveDone, FuncOperateType::REMOVE);
273 ptr->SetOnHandlePolicyDoneListener(&HandleDoneBiBoolConsumerPlg::RemoveDone, FuncOperateType::REMOVE);
367 ptr->SetOnHandlePolicyListener(&HandlePolicyJsonBiFunctionPlg::RemoveFunction, FuncOperateType::REMOVE);
393 ptr->SetOnHandlePolicyListener(&HandlePolicyBiFunctionUnsavePlg::RemoveFunction, FuncOperateType::REMOVE);
419 ptr->SetOnHandlePolicyListener(&HandlePolicyReplyFunctionPlg::RemoveFunction, FuncOperateType::REMOVE);
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Drequest_test.cpp148 notifyData->type = SubscribeType::REMOVE; in HWTEST_F()
151 request.AddListener(SubscribeType::REMOVE, listenerPtr); in HWTEST_F()
171 notifyData->type = SubscribeType::REMOVE; in HWTEST_F()
184 notifyData->type = SubscribeType::REMOVE; in HWTEST_F()
/base/customization/enterprise_device_management/test/fuzztest/disallowedrunningbundlesplugin_fuzzer/
H A Ddisallowed_running_bundles_plugin_fuzzer.cpp46 operateType <= static_cast<uint32_t>(FuncOperateType::REMOVE); operateType++) { in LLVMFuzzerTestOneInput()
/base/customization/enterprise_device_management/test/fuzztest/manageautostartappsplugin_fuzzer/
H A Dmanage_auto_start_apps_plugin_fuzzer.cpp44 operateType <= static_cast<uint32_t>(FuncOperateType::REMOVE); operateType++) { in LLVMFuzzerTestOneInput()
/base/customization/enterprise_device_management/test/fuzztest/allowedusbdevicesplugin_fuzzer/
H A Dallowed_usb_devices_plugin_fuzzer.cpp47 operateType <= static_cast<uint32_t>(FuncOperateType::REMOVE); operateType++) { in LLVMFuzzerTestOneInput()
/base/customization/enterprise_device_management/test/fuzztest/usbreadonlyplugin_fuzzer/
H A Dusb_read_only_plugin_fuzzer.cpp44 operateType <= static_cast<uint32_t>(FuncOperateType::REMOVE); operateType++) { in LLVMFuzzerTestOneInput()
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Ddisallowed_usb_devices_plugin_test.cpp203 POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::REMOVE, EdmInterfaceCode::DISALLOWED_USB_DEVICES); in HWTEST_F()
223 POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::REMOVE, EdmInterfaceCode::DISALLOWED_USB_DEVICES); in HWTEST_F()
253 POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::REMOVE, EdmInterfaceCode::DISALLOWED_USB_DEVICES); in HWTEST_F()
277 POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::REMOVE, EdmInterfaceCode::DISALLOWED_USB_DEVICES); in HWTEST_F()
307 POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::REMOVE, EdmInterfaceCode::DISALLOWED_USB_DEVICES); in HWTEST_F()
H A Dset_watermark_plugin_test.cpp164 POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::REMOVE, EdmInterfaceCode::WATERMARK_IMAGE); in HWTEST_F()
181 POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::REMOVE, EdmInterfaceCode::WATERMARK_IMAGE); in HWTEST_F()
/base/customization/enterprise_device_management/test/fuzztest/powerpolicyplugin_fuzzer/
H A Dpower_policy_plugin_fuzzer.cpp46 operateType <= static_cast<uint32_t>(FuncOperateType::REMOVE); operateType++) { in LLVMFuzzerTestOneInput()
/base/customization/enterprise_device_management/test/fuzztest/installplugin_fuzzer/
H A Dinstall_plugin_fuzzer.cpp44 operateType <= static_cast<uint32_t>(FuncOperateType::REMOVE); operateType++) { in LLVMFuzzerTestOneInput()
/base/customization/enterprise_device_management/test/fuzztest/disallowaddosaccountbyuserplugin_fuzzer/
H A Ddisallow_add_os_account_by_user_plugin_fuzzer.cpp45 operateType <= static_cast<uint32_t>(FuncOperateType::REMOVE); operateType++) { in LLVMFuzzerTestOneInput()
/base/customization/enterprise_device_management/test/fuzztest/allowedbluetoothdevicesplugin_fuzzer/
H A Dallowed_bluetooth_devices_plugin_fuzzer.cpp48 operateType <= static_cast<uint32_t>(FuncOperateType::REMOVE); operateType++) { in LLVMFuzzerTestOneInput()
/base/notification/distributed_notification_service/services/ans/include/
H A Devent_report.h42 constexpr char REMOVE[] = "REMOVE"; member

Completed in 8 milliseconds

123