Home
last modified time | relevance | path

Searched refs:modular (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
H A Dbuild_object.c22 int32_t modular; member
47 void **object = get_object(map, sizeof(map) / sizeof(map[0]), modular, is_client); in build_object()
60 *object = build_object_by_modular(hichain, modular, is_client, params); in build_object()
62 LOGE("Create %d:%d sub-object failed", modular, is_client); in build_object()
65 DBG_OUT("Create %d:%d sub-object success", modular, is_client); in build_object()
72 if ((modular == map[i].modular) && (is_client == map[i].is_client)) { in get_object()
121 …if ((map[i].modular == modular) && (map[i].is_client == is_client)) { /* skip sub object that will… in check_mutex_object_is_null()
143 modular, is_client, select_map); in check_depend_object_is_not_null()
148 …if ((map[i].modular == modular) && (map[i].is_client == is_client)) { /* skip sub object that will… in check_depend_object_is_not_null()
165 int32_t modular; member
[all …]
H A Ddistribution.c45 static bool is_message_illegal(int32_t operation_code, int32_t modular);
54 int32_t modular; member
59 int32_t modular; member
66 int32_t modular; member
107 nav.modular = G_MESSAGE_CODE_MAP[i].modular; in navigate_message()
120 if (nav->modular == 0) { in check_message_support()
134 if (is_message_illegal(hichain->operation_code, nav->modular)) { in check_message_support()
155 if ((nav->modular == G_DISTRIBUTION_MESSAGE[i].modular) && in proc_message()
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()
[all …]
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/schedule/
H A Dbuild_object.h21 int32_t build_object(struct hichain *hichain, int32_t modular, bool is_client, const void *params);
H A Ddistribution.h61 int32_t modular; member
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Ddeviceauth_test.h23 int32_t build_object(struct hichain *hichain, int32_t modular, bool is_client, const void *params);
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-pkg-common-build.md24 …> For details about other modular compilation operations, see [Compilation and Building Guide](../…
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-runtime-overview.md9 …the interpreter for executing Ark bytecode, fast path inline cache, and [modular file management a…
H A Dmodule-principle.md3 …gleton and global variable pollution occurs. In addition, ArkTS supports modular compilation, pack…
11 ArkTS modular runs are implemented according to the ECMA specification, and modules are executed in…
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-mini-overview.md97 …y LiteOS-M kernel build system is a modular build system based on Generate Ninja (GN) and Ninja. I…
/ohos5.0/docs/en/application-dev/graphics3d/
H A Darkgraphics3D-overview.md22 …he engine uses the Entity Component System (ECS) architecture design and modular encapsulation (su…
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-init-sub-unit.md38 …ables vendors and hardware platforms to quickly develop products through modular combination. The …
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-isolated-component-sys.md5 The **FolderStack** component is usually used in modular development scenarios where .abc file hot …
H A Dts-container-embedded-component.md5 It is usually used in modular development scenarios where process isolation is required.
H A Dts-container-ui-extension-component-sys.md5 This component is usually used in modular development scenarios where process isolation is required.
/ohos5.0/docs/en/application-dev/application-models/
H A Dinter-device-interaction-hop-overview.md15 …tions across devices. It breaks device boundaries and makes applications modular. For example, a u…
H A Dembeddeduiextensionability.md7 …dent of the UIAbility for UI layout and rendering. It is usually used in modular development scena…
H A Duiextensionability.md5 …) is an ExtensionAbility component of the UI type. It is usually used in modular development scena…
/ohos5.0/docs/en/application-dev/quick-start/
H A Dapplication-package-overview.md14 …h module can be built independently to implement specific features. This modular, loosely coupling…
/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-arkts-module.md163 Note that modular build uses depth-first loading.
H A Dfaqs-ndk.md36 1. **env** uses the modular programming of Node-API. After the module is registered, the APIs in th…
H A Dfaqs-arkts-utils.md30 …askPool** thread is loaded, it cannot be reused by the main thread due to modular thread isolation.
662 - To enable modular tracing, run the following command: **hdc shell param set persist.ark.propertie…
/ohos5.0/drivers/hdf_core/framework/
H A DREADME.md155 …ed on the HDF and supports cross-OS migration, component adaptation, and modular assembly and comp…
/ohos5.0/drivers/hdf_core/
H A DREADME.md155 …ed on the HDF and supports cross-OS migration, component adaptation, and modular assembly and comp…
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c165 ret = build_object(hichain, nav.modular, !nav.is_request_msg, NULL); in receive_data()
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-asym-key-generation-conversion-spec.md176 Digital Signature Algorithm (DSA) is a public-key algorithm based on the modular exponentiation and…

12