Home
last modified time | relevance | path

Searched refs:GetOption (Results 1 – 25 of 115) sorted by relevance

12345

/ohos5.0/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()
/ohos5.0/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_wlan_group.cpp208 if (printerInfo->HasOption() && nlohmann::json::accept(printerInfo->GetOption())) { in IsBsunidriverSupport()
209 nlohmann::json option = nlohmann::json::parse(printerInfo->GetOption()); in IsBsunidriverSupport()
257 if (printerInfo.HasOption() && nlohmann::json::accept(std::string(printerInfo.GetOption()))) { in ConvertPrinterInfoId()
258 nlohmann::json option = nlohmann::json::parse(std::string(printerInfo.GetOption())); in ConvertPrinterInfoId()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dshared_overlay_manager_test_ng.cpp186 ASSERT_TRUE(effect->GetOption() != nullptr);
187 EXPECT_EQ(effect->GetOption()->duration, SRC_DURATION);
236 ASSERT_TRUE(effect->GetOption() != nullptr);
237 EXPECT_EQ(effect->GetOption()->duration, DEST_DURATION);
336 test.GetOption()->motionPathOption.SetPath("abc");
337 test.GetOption()->motionPathOption.SetRotate(true);
366 test.GetOption()->motionPathOption.SetPath("abc");
367 test.GetOption()->motionPathOption.SetRotate(false);
440 test.GetOption()->curve = Curves::EASE_IN_OUT;
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/rule/
H A Dchain_rule_test.cpp82 chainRule->GetOption(options, key, value);
89 chainRule->GetOption(options, key, value);
96 chainRule->GetOption(options, key, intValue);
/ohos5.0/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);
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp424 PDhcpOption opt = GetOption(&received->options, DHCP_MESSAGE_TYPE_OPTION); in MessageProcess()
509 if (!GetOption(&from->options, DHCP_MESSAGE_TYPE_OPTION)) { in ContinueReceive()
880 if (GetOption(options, SERVER_IDENTIFIER_OPTION)) { in AddReplyServerIdOption()
1239 PDhcpOption optHostName = GetOption(&received->options, HOST_NAME_OPTION); in GetHostNameOption()
1259 PDhcpOption option = GetOption(&received->options, USER_CLASS_OPTION); in GetUserClassOption()
1278 PDhcpOption option = GetOption(&received->options, RAPID_COMMIT_OPTION); in GetRapidCommitOption()
1298 PDhcpOption option = GetOption(&received->options, IPV6_ONLY_PREFERRED_OPTION); in GetOnlyIpv6Option()
1318 PDhcpOption option = GetOption(&received->options, IPV6_ONLY_PREFERRED_OPTION); in GetPortalUrlOption()
1524 opt = GetOption(&reply->options, pNode->option.code); in AppendFixedOptions()
1556 PDhcpOption pOptMsgType = GetOption(&reply->options, DHCP_MESSAGE_TYPE_OPTION); in AppendReplyTypeOption()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_column_component.h66 std::string GetOption(uint32_t index) const in GetOption() function
104 return GetOption(GetCurrentIndex()); in GetCurrentText()
/ohos5.0/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 __anon45825cae1502()
456 EXPECT_EQ(testPrinterInfos[index].GetOption(), printerInfos[index].GetOption()); in __anon45825cae1902()
884 EXPECT_EQ(testInfo1.GetOption(), printerInfo.GetOption()); in __anon45825cae3202()
908 EXPECT_EQ(testInfo1.GetOption(), printerInfo.GetOption()); in __anon45825cae3402()
955 EXPECT_EQ(testInfo1.GetOption(), printerInfo.GetOption()); in __anon45825cae3802()
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dserver_executor.cpp107 int ServerExecutor::GetOption(long long transactionId, int optionType, const DataInfo &inputInfo, in GetOption() function in OHOS::AI::ServerExecutor
113 return engineMgr_->GetOption(transactionId, optionType, inputInfo, outputInfo); in GetOption()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_manager.cpp152 StreamAttr StreamManager::GetOption(int type) const in GetOption() function in Communication::SoftBus::StreamManager
157 return streamSocket->GetOption(type); in GetOption()
/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dsa_server.c227 static int GetOption(const ClientInfo *clientInfo, int optionType, const DataInfo *inputInfo, DataI… in GetOption() function
404 retCode = aiInterface->GetOption(&clientInfo, optionType, &inputInfo, &outputInfo); in InvokeGetOption()
561 .GetOption = GetOption,
H A Dsa_server_adapter.cpp178 int SaServerAdapter::GetOption(long long transactionId, int optionType, const DataInfo &dataInfo, in GetOption() function in OHOS::AI::SaServerAdapter
187 return engineManager->GetOption(transactionId, optionType, dataInfo, outputInfo); in GetOption()
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/include/
H A Di_engine_manager.h73 virtual int GetOption(long long transactionId, int optionType, const DataInfo &inputInfo,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_row_accessibility_property.cpp39 result += textPickerColumnPattern->GetOption(currentIndex); in GetText()
/ohos5.0/base/time/time_service/services/dfx/include/
H A Dtime_cmd_parse.h29 std::string GetOption();
/ohos5.0/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();
/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/source/
H A Dsa_client_adapter.cpp232 int SaClientAdapter::GetOption(const ClientInfo &clientInfo, int optionType, const DataInfo &inputI… in GetOption() function in OHOS::AI::SaClientAdapter
238 return saClient->GetOption(clientInfo, optionType, inputInfo, outputInfo); in GetOption()
/ohos5.0/foundation/ai/ai_engine/services/server/plugin/
H A Di_plugin.h104 virtual int GetOption(int optionType, const DataInfo &inputInfo, DataInfo &outputInfo) = 0;
/ohos5.0/foundation/ai/ai_engine/test/sample/include/
H A Dsample_plugin_1.h45 int GetOption(int optionType, const DataInfo &inputInfo, DataInfo &outputInfo) override;
H A Dsample_plugin_2.h47 int GetOption(int optionType, const DataInfo &inputInfo, DataInfo &outputInfo) override;
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dpasteboard_dump_helper.cpp43 cmdHandler.insert(std::make_pair(cmd->GetOption(), cmd)); in RegisterCommand()

12345