Home
last modified time | relevance | path

Searched refs:visit (Results 1 – 25 of 57) sorted by relevance

123

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dnumber.cpp46 std::visit([&](const auto& arg) { in __anon89f340370202()
158 return std::visit([&](auto arg) { return ArrayUidFromType<decltype(arg)>(); }, value_); in GetTypeId()
160 return std::visit([&](auto arg) { return UidFromType<decltype(arg)>(); }, value_); in GetTypeId()
165 return std::visit([&](auto arg) { return MetaType<decltype(arg)>::name; }, value_); in GetTypeIdString()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_ip_network_impl_test.cpp132 VisitNextChoice visit = NotifyWlanAddressChanged(&netifMgr, nullptr); variable
133 EXPECT_TRUE(visit == CHOICE_VISIT_NEXT);
135 visit = NotifyWlanAddressChanged(&netifMgr, nullptr);
136 EXPECT_TRUE(visit == CHOICE_VISIT_NEXT);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/
H A Dhisysevent.yaml78 __BASE: {type: STATISTIC, level: MINOR, desc: The event is api visit statistic }
82 TIMES: {type: INT32, desc: interface visit time at one hour }
85 __BASE: {type: STATISTIC, level: MINOR, desc: The event is api visit statistic }
93 __BASE: {type: STATISTIC, level: MINOR, desc: The event is api visit statistic }
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhilog-guidelines-ndk.md81 OH_LOG_ERROR(LOG_APP, "Failed to visit %{private}s, reason:%{public}d.", url, errno);
87 12-11 12:21:47.579 2695 2695 E A03200/MY_TAG: Failed to visit <private>, reason:11.
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/
H A Dlog_8h.md34 HILOG_WARN(LOG_APP, "Failed to visit %{private}s, reason:%{public}d.", url, errno);
40 05-06 15:01:06.870 1051 1051 W 0201/MY_TAG: Failed to visit <private>, reason:503.
/ohos5.0/docs/en/contribute/
H A Dcontribution-process.md5 - Install, configure, and use Git. For details, visit [https://gitee.com/help/categories/43](htt…
6 - Register an SSH public key. For details, visit [https://gitee.com/help/articles/4191](https://…
188 For details, visit [https://gitee.com/help/articles/4128](https://gitee.com/help/articles/4128).
196 …need to be built and merged at the same time with the issue. For details, visit [https://gitee.co…
242 For details, visit [https://gitee.com/help/articles/4304](https://gitee.com/help/articles/4304).
H A Dprebuilts-readme-template.md4 1. For the latest version of this doc, please make sure to visit:
H A DFAQ.md8 2. Associate PRs need to be built and merged at the same time with the issue. For details, visit […
/ohos5.0/base/update/updater/services/ui/view/component/
H A Dcomponent_factory.cpp57 return std::visit(*this, info.specificInfo)(info); in Visit()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hilog-rich.md63 HILOG_INFO(LOG_CORE, "Failed to visit %{private}s, reason:%{public}d.", url, errno);
100 HiLog::Info(LABEL, "Failed to visit %{private}s, reason:%{public}d.", url, errno);
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Dlog_8h.md34 HILOG_WARN(LOG_APP, "Failed to visit %{private}s, reason:%{public}d.", url, errno);
40 05-06 15:01:06.870 1051 1051 W 0201/MY_TAG: Failed to visit <private>, reason:503.
/ohos5.0/base/hiviewdfx/hilog/
H A DREADME_zh.md129 日志打印:OH_LOG_ERROR(LOG_APP, "%s failed to visit %{private}s, reason:%{public}d.", name, url, errno);
130 日志显示:12-11 12:21:47.579 2695 2695 E A03200/MY_TAG: <private> failed to visit <private>, reason:11.
H A DREADME.md101 01-26 11:01:06.870 1051 1051 W 00201/test: Failed to visit [https://gitee.com/openharmony](https://…
103 01-26 11:01:06.870 1051 1051 W 00201/test: Failed to visit <private>, reason:503.
/ohos5.0/foundation/communication/wifi/wifi/application/wifi_direct_demo/
H A Dgradle.properties20 # For more details on how to configure your build environment visit
/ohos5.0/docs/en/
H A DLegal-Notices.md9 …ribution 4.0 International (CC BY 4.0). For easier understanding, you can visit [Creative Commons]…
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_record_napi.cpp157 … std::visit([&](auto &value) { status = NapiDataUtils::GetValue(env, valueNapi, value); }, value); in GetNativeValue()
216 std::visit([&](const auto &value) { NapiDataUtils::SetValue(env, value, ctxt->output); }, in GetValue()
/ohos5.0/base/update/updater/services/ui/view/layout/
H A Dlayout_parser.cpp103 if (!std::visit(visitor, info.specificInfo)) { in ParseViewInfo()
/ohos5.0/docs/en/application-dev/dfx/
H A Dhilog-guidelines-ndk.md81 OH_LOG_ERROR(LOG_APP, "Failed to visit %{private}s, reason:%{public}d.", url, errno);
87 12-11 12:21:47.579 2695 2695 E A03200/MY_TAG: Failed to visit <private>, reason:11.
/ohos5.0/docs/en/readme/
H A Dkernel.md53 For more information about Linux LTS 4.19.y, visit the [official kernel website](https://git.kernel…
55 For more information about Linux LTS 5.10.y, visit the [official kernel website](https://git.kernel…
57 For more information about Linux LTS 6.6.y, visit the [official kernel website](https://git.kernel.…
/ohos5.0/commonlibrary/rust/ylong_json/docs/
H A Duser_guide.md120 // If you use a subscript to visit `JsonValue` types other than Object and Array,
191 // a non-Object type, will replace the value with an empty Object and then visit it with
206 // type, will replace the value with an empty Array and then visit it with that subscript.
/ohos5.0/foundation/multimedia/media_library/
H A Dhisysevent.yaml88 …__BASE: { type: BEHAVIOR, level: MINOR, desc: time interval between photo capture and first visit
90 TIME_INTERVAL: { type: UINT64, desc: the time interval from taking the photo to the fist visit }
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontdescriptor_napi/src/
H A Djs_fontdescriptor.cpp85 TEXT_CHECK(std::visit([&](auto& p) -> bool { in CreateAndSetProperties()
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Ddeserializer.rs31 fn visit<'de, V>(self, visitor: V) -> Result<V::Value, Error> in visit() method
237 b'-' => parse_number(self)?.visit(visitor), in de_parse_number()
238 b'0'..=b'9' => parse_number(self)?.visit(visitor), in de_parse_number()
/ohos5.0/docs/en/release-notes/
H A DSdk-Upgrade-Guide.md30 For example, to obtain the SDK version of OpenHarmony-4.0-Beta2, visit [Acquiring Source Code from …
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dvulkan-guidelines.md135 For details about how to use Vulkan, visit the [Vulkan official website](https://www.vulkan.org/).

123