/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/ |
H A D | firewall_chain_rule.cpp | 48 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 D | chain_rule.cpp | 64 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 D | domain_chain_rule.cpp | 45 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 D | print_security_guard_info.cpp | 47 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 D | vendor_ipp_everywhere.cpp | 173 std::string capOption = printerCap.GetOption(); in ConvertCapabilityToInfo()
|
/base/customization/enterprise_device_management/services/edm_plugin/include/network/rule/ |
H A D | chain_rule.h | 39 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 D | chain_rule_test.cpp | 71 * @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 D | time_cmd_parse.h | 29 std::string GetOption();
|
/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/ |
H A D | command.cpp | 33 std::string Command::GetOption() in GetOption() function in OHOS::MiscServices::Command
|
H A D | command.h | 28 std::string GetOption();
|
H A D | dump_helper.cpp | 32 cmdHandler_.insert(std::make_pair(cmd->GetOption(), cmd)); in RegisterCommand()
|
/base/time/time_service/services/dfx/src/ |
H A D | time_cmd_parse.cpp | 33 std::string TimeCmdParse::GetOption() in GetOption() function in TimeCmdParse
|
H A D | time_cmd_dispatcher.cpp | 44 cmdHandler.insert(std::make_pair(cmd->GetOption(), cmd)); in RegisterCommand()
|
/base/theme/screenlock_mgr/services/include/ |
H A D | command.h | 33 virtual std::string GetOption();
|
/base/theme/screenlock_mgr/services/src/ |
H A D | dump_helper.cpp | 30 cmdHandler.insert(std::make_pair(cmd->GetOption(), cmd)); in RegisterCommand()
|
H A D | command.cpp | 39 std::string Command::GetOption() in GetOption() function in OHOS::ScreenLock::Command
|
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_service_proxy_test.cpp | 389 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 D | printer_info_test.cpp | 114 EXPECT_EQ("θΏθ‘ζε:success", info.GetOption()); in HWTEST_F()
|
/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | printer_capability.h | 57 [[nodiscard]] std::string GetOption() const;
|
H A D | printer_info.h | 85 [[nodiscard]] std::string GetOption() const;
|
H A D | print_attributes.h | 106 [[nodiscard]] const std::string &GetOption() const;
|
H A D | print_job.h | 108 [[nodiscard]] const std::string &GetOption() const;
|
/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_attributes.cpp | 214 const std::string &PrintAttributes::GetOption() const in GetOption() function in OHOS::Print::PrintAttributes 392 parcel.WriteString(GetOption()); in MarshallingParam()
|
H A D | printer_info.cpp | 227 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 D | printer_info_helper.cpp | 68 NapiPrintUtils::SetStringPropertyUtf8(env, jsObj, PARAM_JOB_OPTION, info.GetOption()); in MakeJsObject()
|