Home
last modified time | relevance | path

Searched refs:GetOption (Results 1 - 25 of 39) sorted by relevance

12

/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Dfirewall_chain_rule.cpp48 GetOption(otherOptions_, "source IP range", srcAddr_); in FirewallChainRule()
49 GetOption(otherOptions_, "destination IP range", destAddr_); in FirewallChainRule()
51 GetOption(otherOptions_, "spt:", spt); in FirewallChainRule()
53 GetOption(otherOptions_, "spts:", spt); in FirewallChainRule()
55 GetOption(otherOptions_, "multiport sports", spt); in FirewallChainRule()
60 GetOption(otherOptions_, "dpt:", dpt); in FirewallChainRule()
62 GetOption(otherOptions_, "dpts:", dpt); in FirewallChainRule()
64 GetOption(otherOptions_, "multiport dports", dpt); in FirewallChainRule()
68 GetOption(otherOptions_, "owner UID match", appUid_); in FirewallChainRule()
H A Dchain_rule.cpp64 void ChainRule::GetOption(const std::string& options, const std::string& key, std::string& value) in GetOption() function in OHOS::EDM::IPTABLES::ChainRule
74 void ChainRule::GetOption(const std::string& options, const std::string& key, uint32_t& value) in GetOption() function in OHOS::EDM::IPTABLES::ChainRule
H A Ddomain_chain_rule.cpp45 GetOption(otherOptions_, "owner UID match", appUid_); in DomainChainRule()
46 GetOption(otherOptions_, "STRING match", formatDomain); in DomainChainRule()
/base/print/print_fwk/services/print_service/src/
H A Dprint_security_guard_info.cpp47 if (json::accept(printerInfo.GetOption())) { in setPrintTypeInfo()
48 json optionJson = json::parse(printerInfo.GetOption()); in setPrintTypeInfo()
55 if (json::accept(printJob.GetOption())) { in setPrintTypeInfo()
56 json jobOptionJson = json::parse(printJob.GetOption()); in setPrintTypeInfo()
H A Dvendor_ipp_everywhere.cpp173 std::string capOption = printerCap.GetOption(); in ConvertCapabilityToInfo()
/base/customization/enterprise_device_management/services/edm_plugin/include/network/rule/
H A Dchain_rule.h39 void GetOption(const std::string &options, const std::string &key, std::string &value);
40 void GetOption(const std::string &options, const std::string &key, uint32_t &value);
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/rule/
H A Dchain_rule_test.cpp71 * @tc.desc: Test GetOption func.
82 chainRule->GetOption(options, key, value); in HWTEST_F()
89 chainRule->GetOption(options, key, value); in HWTEST_F()
96 chainRule->GetOption(options, key, intValue); in HWTEST_F()
/base/time/time_service/services/dfx/include/
H A Dtime_cmd_parse.h29 std::string GetOption();
/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/
H A Dcommand.cpp33 std::string Command::GetOption() in GetOption() function in OHOS::MiscServices::Command
H A Dcommand.h28 std::string GetOption();
H A Ddump_helper.cpp32 cmdHandler_.insert(std::make_pair(cmd->GetOption(), cmd)); in RegisterCommand()
/base/time/time_service/services/dfx/src/
H A Dtime_cmd_parse.cpp33 std::string TimeCmdParse::GetOption() in GetOption() function in TimeCmdParse
H A Dtime_cmd_dispatcher.cpp44 cmdHandler.insert(std::make_pair(cmd->GetOption(), cmd)); in RegisterCommand()
/base/theme/screenlock_mgr/services/include/
H A Dcommand.h33 virtual std::string GetOption();
/base/theme/screenlock_mgr/services/src/
H A Ddump_helper.cpp30 cmdHandler.insert(std::make_pair(cmd->GetOption(), cmd)); in RegisterCommand()
H A Dcommand.cpp39 std::string Command::GetOption() in GetOption() function in OHOS::ScreenLock::Command
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_service_proxy_test.cpp389 EXPECT_EQ(testPrinterInfos[index].GetOption(), printerInfos[index].GetOption()); in HWTEST_F()
456 EXPECT_EQ(testPrinterInfos[index].GetOption(), printerInfos[index].GetOption()); in HWTEST_F()
884 EXPECT_EQ(testInfo1.GetOption(), printerInfo.GetOption()); in HWTEST_F()
908 EXPECT_EQ(testInfo1.GetOption(), printerInfo.GetOption()); in HWTEST_F()
H A Dprinter_info_test.cpp114 EXPECT_EQ("运葌成功:success", info.GetOption()); in HWTEST_F()
/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_capability.h57 [[nodiscard]] std::string GetOption() const;
H A Dprinter_info.h85 [[nodiscard]] std::string GetOption() const;
H A Dprint_attributes.h106 [[nodiscard]] const std::string &GetOption() const;
H A Dprint_job.h108 [[nodiscard]] const std::string &GetOption() const;
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_attributes.cpp214 const std::string &PrintAttributes::GetOption() const in GetOption() function in OHOS::Print::PrintAttributes
392 parcel.WriteString(GetOption()); in MarshallingParam()
H A Dprinter_info.cpp227 std::string PrinterInfo::GetOption() const in GetOption() function in OHOS::Print::PrinterInfo
372 parcel.WriteString(GetOption()); in Marshalling()
/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_info_helper.cpp68 NapiPrintUtils::SetStringPropertyUtf8(env, jsObj, PARAM_JOB_OPTION, info.GetOption()); in MakeJsObject()

Completed in 9 milliseconds

12