/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
H A D | build_object.c | 22 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 D | distribution.c | 45 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 D | build_object.h | 21 int32_t build_object(struct hichain *hichain, int32_t modular, bool is_client, const void *params);
|
H A D | distribution.h | 61 int32_t modular; member
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
H A D | deviceauth_test.h | 23 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 D | quickstart-pkg-common-build.md | 24 …> For details about other modular compilation operations, see [Compilation and Building Guide](../…
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-runtime-overview.md | 9 …the interpreter for executing Ark bytecode, fast path inline cache, and [modular file management a…
|
H A D | module-principle.md | 3 …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 D | kernel-mini-overview.md | 97 …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 D | arkgraphics3D-overview.md | 22 …he engine uses the Entity Component System (ECS) architecture design and modular encapsulation (su…
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-boot-init-sub-unit.md | 38 …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 D | ts-container-isolated-component-sys.md | 5 The **FolderStack** component is usually used in modular development scenarios where .abc file hot …
|
H A D | ts-container-embedded-component.md | 5 It is usually used in modular development scenarios where process isolation is required.
|
H A D | ts-container-ui-extension-component-sys.md | 5 This component is usually used in modular development scenarios where process isolation is required.
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | inter-device-interaction-hop-overview.md | 15 …tions across devices. It breaks device boundaries and makes applications modular. For example, a u…
|
H A D | embeddeduiextensionability.md | 7 …dent of the UIAbility for UI layout and rendering. It is usually used in modular development scena…
|
H A D | uiextensionability.md | 5 …) 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 D | application-package-overview.md | 14 …h module can be built independently to implement specific features. This modular, loosely coupling…
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-arkts-module.md | 163 Note that modular build uses depth-first loading.
|
H A D | faqs-ndk.md | 36 1. **env** uses the modular programming of Node-API. After the module is registered, the APIs in th…
|
H A D | faqs-arkts-utils.md | 30 …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 D | README.md | 155 …ed on the HDF and supports cross-OS migration, component adaptation, and modular assembly and comp…
|
/ohos5.0/drivers/hdf_core/ |
H A D | README.md | 155 …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 D | hichain.c | 165 ret = build_object(hichain, nav.modular, !nav.is_request_msg, NULL); in receive_data()
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-asym-key-generation-conversion-spec.md | 176 Digital Signature Algorithm (DSA) is a public-key algorithm based on the modular exponentiation and…
|