/ohos5.0/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()
|
/ohos5.0/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_wlan_group.cpp | 208 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 D | shared_overlay_manager_test_ng.cpp | 186 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 D | chain_rule_test.cpp | 82 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 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);
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_s_server.cpp | 424 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 D | picker_column_component.h | 66 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 D | print_service_proxy_test.cpp | 389 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 D | server_executor.cpp | 107 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 D | stream_manager.cpp | 152 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 D | sa_server.c | 227 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 D | sa_server_adapter.cpp | 178 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 D | i_engine_manager.h | 73 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 D | textpicker_row_accessibility_property.cpp | 39 result += textPickerColumnPattern->GetOption(currentIndex); in GetText()
|
/ohos5.0/base/time/time_service/services/dfx/include/ |
H A D | time_cmd_parse.h | 29 std::string GetOption();
|
/ohos5.0/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();
|
/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/source/ |
H A D | sa_client_adapter.cpp | 232 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 D | i_plugin.h | 104 virtual int GetOption(int optionType, const DataInfo &inputInfo, DataInfo &outputInfo) = 0;
|
/ohos5.0/foundation/ai/ai_engine/test/sample/include/ |
H A D | sample_plugin_1.h | 45 int GetOption(int optionType, const DataInfo &inputInfo, DataInfo &outputInfo) override;
|
H A D | sample_plugin_2.h | 47 int GetOption(int optionType, const DataInfo &inputInfo, DataInfo &outputInfo) override;
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
H A D | pasteboard_dump_helper.cpp | 43 cmdHandler.insert(std::make_pair(cmd->GetOption(), cmd)); in RegisterCommand()
|