/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
H A D | distribution.c | 113 …LOGI("Message code %u, nav is %d, %d, %d", message_code, nav.modular, nav.msg_type, nav.is_request… in navigate_message() 114 return nav; in navigate_message() 120 if (nav->modular == 0) { in check_message_support() 167 if (nav->modular != STS_MODULAR && nav->modular != PAKE_MODULAR) { in connect_message() 201 if ((nav->modular == PAKE_MODULAR) || (nav->modular == STS_MODULAR)) { in check_hichain_state_is_success() 216 nav->msg_type, nav->is_request_msg); in check_hichain_state_is_success() 257 (void)(nav); \ 294 (void)nav; in proc_exchange_response_message() 336 (void)nav; in proc_remove_request_message() 350 (void)nav; in proc_remove_response_message() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | observer_handler.cpp | 157 auto nav = AceType::DynamicCast<FrameNode>(current); in GetNavigationState() local 158 CHECK_NULL_RETURN(nav, nullptr); in GetNavigationState() 159 auto pattern = nav->GetPattern<NavDestinationPattern>(); in GetNavigationState() 190 auto nav = AceType::DynamicCast<FrameNode>(current); in GetScrollEventState() local 191 CHECK_NULL_RETURN(nav, nullptr); in GetScrollEventState() 192 std::string id = nav->GetInspectorId().value_or(""); in GetScrollEventState() 193 int32_t uniqueId = nav->GetId(); in GetScrollEventState() 194 auto pattern = nav->GetPattern<ScrollablePattern>(); in GetScrollEventState()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/schedule/ |
H A D | distribution.h | 67 int32_t check_message_support(struct hichain *hichain, const struct header_analysis *nav, 69 int32_t proc_message(struct hichain *handle, struct header_analysis *nav, struct message *receive, 71 int32_t connect_message(struct hichain *handle, struct header_analysis *nav, struct message *send);
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/ |
H A D | hichain.c | 160 struct header_analysis nav = navigate_message(receive.msg_code); in receive_data() local 161 ret = check_message_support(hichain, &nav, &receive); in receive_data() 165 ret = build_object(hichain, nav.modular, !nav.is_request_msg, NULL); in receive_data() 169 ret = proc_message(hichain, &nav, &receive, &send); in receive_data() 173 ret = connect_message(hichain, &nav, &send); in receive_data()
|
/ohos5.0/docs/zh-cn/application-dev/faqs/ |
H A D | Readme-CN.md | 10 - [ArkUI路由/导航开发常见问题(ArkTS)](faqs-arkui-route-nav.md)
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | Readme-EN.md | 11 - [ArkUI Routing/Navigation Development (ArkTS)](faqs-arkui-route-nav.md)
|
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest004/ |
H A D | last_kmsg | 309 …d 'chown fingerprint_auth_host fingerprint_auth_host /sys/devices/platform/fingerprint/nav' in sub 310 …OR][init_common_cmds.c:323]Failed to change owner for /sys/devices/platform/fingerprint/nav, err 2.
|
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest005/ |
H A D | last_kmsg | 309 …d 'chown fingerprint_auth_host fingerprint_auth_host /sys/devices/platform/fingerprint/nav' in sub 310 …OR][init_common_cmds.c:323]Failed to change owner for /sys/devices/platform/fingerprint/nav, err 2.
|
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest008/ |
H A D | last_kmsg | 309 …d 'chown fingerprint_auth_host fingerprint_auth_host /sys/devices/platform/fingerprint/nav' in sub 310 …OR][init_common_cmds.c:323]Failed to change owner for /sys/devices/platform/fingerprint/nav, err 2.
|
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest014/ |
H A D | last_kmsg | 309 …d 'chown fingerprint_auth_host fingerprint_auth_host /sys/devices/platform/fingerprint/nav' in sub 310 …OR][init_common_cmds.c:323]Failed to change owner for /sys/devices/platform/fingerprint/nav, err 2.
|
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest015/ |
H A D | last_kmsg | 309 …d 'chown fingerprint_auth_host fingerprint_auth_host /sys/devices/platform/fingerprint/nav' in sub 310 …OR][init_common_cmds.c:323]Failed to change owner for /sys/devices/platform/fingerprint/nav, err 2.
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | website.md | 4306 - [ArkUI路由/导航开发常见问题(ArkTS)](faqs/faqs-arkui-route-nav.md)
|
/ohos5.0/docs/en/application-dev/ |
H A D | website.md | 4163 - [ArkUI Routing/Navigation Development (ArkTS)](faqs/faqs-arkui-route-nav.md)
|