Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 2709) sorted by relevance

12345678910>>...109

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_module.c31 if (module == NULL) { in InitFeatures()
46 … if ((module->moduleConfig.hslConfig->featureMap & (1 << i)) && module->feList.fe[i] != NULL) { in InitFeatures()
47 module->feList.fe[i]->init(module->feList.fe[i]); in InitFeatures()
58 if (module == NULL) { in DeInitFeatures()
64 if ((module->feList.fe[i] != NULL) && (module->feList.fe[i]->deInit != NULL)) { in DeInitFeatures()
65 module->feList.fe[i]->deInit(module->feList.fe[i]); in DeInitFeatures()
66 module->feList.fe[i] = NULL; in DeInitFeatures()
85 module->iface.deInit = DeInitFeatures; in InitWifiModule()
86 module->iface.addFeature = AddFeature; in InitWifiModule()
88 module->modulePrivate = NULL; in InitWifiModule()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c68 ListenerModule module; member
103 module, status); in GetListenerNodeCommon()
195 node->module = module; in CreateSpecifiedListenerModule()
273 for (ListenerModule module = 0; module < UNUSE_BUTT; module++) { in DeinitBaseListener() local
291 for (; module <= LISTENER_MODULE_DYNAMIC_END; module++) { in CreateListenerModule()
306 return module; in CreateListenerModule()
370 ListenerModule module = node->module; in StartServerListenUnsafe() local
524 module >= 0 && module < UNUSE_BUTT, SOFTBUS_INVALID_PARAM, CONN_COMMON, in StopBaseListener()
943 node->module); in CloseInvalidListenForcely()
1043 for (ListenerModule module = 0; module < UNUSE_BUTT; module++) { in ProcessEvent() local
[all …]
/ohos5.0/base/startup/init/interfaces/innerkits/modulemgr/
H A Dmodulemgr.c87 MODULE_ITEM *module; in ModuleDestroy() local
92 BEGET_CHECK(module->name == NULL, free((void *)module->name)); in ModuleDestroy()
93 BEGET_CHECK(module->handle == NULL, dlclose(module->handle)); in ModuleDestroy()
94 free((void *)module); in ModuleDestroy()
148 MODULE_ITEM *module; in ModuleMgrInstall() local
160 module->handle = NULL; in ModuleMgrInstall()
164 BEGET_CHECK(module->name != NULL, free(module); in ModuleMgrInstall()
168 module->handle = ModuleInstall(module, argc, argv); in ModuleMgrInstall()
270 MODULE_ITEM *module; in ModuleMgrUninstall() local
301 MODULE_ITEM *module; in ModuleTraversalProc() local
[all …]
/ohos5.0/base/time/time_service/utils/native/include/
H A Dtime_hilog.h62 #define TIME_HILOGF(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_FATAL, TIME_MODULE_LABEL[modul… argument
64 #define TIME_HILOGE(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_ERROR, TIME_MODULE_LABEL[modul… argument
66 #define TIME_HILOGW(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_WARN, TIME_MODULE_LABEL[module argument
68 #define TIME_HILOGI(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_INFO, TIME_MODULE_LABEL[module argument
70 #define TIME_HILOGD(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, TIME_MODULE_LABEL[modul… argument
72 #define TIME_SIMPLIFY_HILOGI(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_INFO, TIME_MODULE_LAB… argument
73 TIME_MODULE_LABEL[module].tag, fmt, ##__VA_ARGS__)
75 #define CHECK_AND_RETURN_RET_LOG(module, cond, ret, ...) \ argument
78 TIME_HILOGE(module, R_FORMATED(__VA_ARGS__)); \
83 #define CHECK_AND_RETURN_LOG(module, cond, ...) \ argument
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter.c128 cmpInfo->module = srcInfo->module; in BtmFindFilterInfoByInfoUsePsm()
143 cmpInfo->module = srcInfo->module; in BtmFindFilterInfoByInfoUseScn()
174 info->module = module; in AllocFilterInfo()
238 module, in BTM_AddRemoteL2capPsmForLogging()
262 if (info != NULL && info->module == module) { in BTM_RemoveLocalL2capPsmForLogging()
282 module, in BTM_RemoveRemoteL2capPsmForLogging()
286 if (info != NULL && info->module == module) { in BTM_RemoveRemoteL2capPsmForLogging()
336 .module = module, in BTM_RemoveLocalRfcommScnChannelForLogging()
341 if (info != NULL && info->module == module) { in BTM_RemoveLocalRfcommScnChannelForLogging()
357 .module = module, in BTM_RemoveRemoteRfcommScnChannelForLogging()
[all …]
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Darkts-module-side-effects.md11 // module.ets
32 // module.ets
45 // module.ets
64 // module.ets
92 data from module
103 // module.ets
136 data from module
144 // module.ets
185 // module.ets
277 // module.ets
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dmodule.c21 void ModuleRegister(Module *module) in ModuleRegister() argument
33 Module *module = NULL; in ModuleGet() local
41 return module; in ModuleGet()
47 if (module != NULL) { in ModuleInit()
48 module->init(traceLevel); in ModuleInit()
55 if (module != NULL) { in ModuleStartup()
56 module->startup(); in ModuleStartup()
63 if (module != NULL) { in ModuleShutdown()
64 module->shutdown(); in ModuleShutdown()
71 if (module != NULL) { in ModuleCleanup()
[all …]
/ohos5.0/foundation/distributeddatamgr/pasteboard/utils/native/include/
H A Dpasteboard_hilog.h63 #define PASTEBOARD_HILOGF(module, ...) … argument
65 …if (HiLogIsLoggable(PASTEBOARD[module].domain, PASTEBOARD[module].tag, LOG_FATAL)) { \
66 … ((void)HILOG_IMPL(LOG_CORE, LOG_FATAL, PASTEBOARD[module].domain, PASTEBOARD[module].tag, \
72 …if (HiLogIsLoggable(PASTEBOARD[module].domain, PASTEBOARD[module].tag, LOG_ERROR)) { \
73 … ((void)HILOG_IMPL(LOG_CORE, LOG_ERROR, PASTEBOARD[module].domain, PASTEBOARD[module].tag, \
79 …if (HiLogIsLoggable(PASTEBOARD[module].domain, PASTEBOARD[module].tag, LOG_WARN)) { \
80 … ((void)HILOG_IMPL(LOG_CORE, LOG_WARN, PASTEBOARD[module].domain, PASTEBOARD[module].tag, \
86 …if (HiLogIsLoggable(PASTEBOARD[module].domain, PASTEBOARD[module].tag, LOG_INFO)) { \
87 … ((void)HILOG_IMPL(LOG_CORE, LOG_INFO, PASTEBOARD[module].domain, PASTEBOARD[module].tag, \
93 …if (HiLogIsLoggable(PASTEBOARD[module].domain, PASTEBOARD[module].tag, LOG_DEBUG)) { \
[all …]
/ohos5.0/foundation/ability/idl_tool/test/unittest/ast_module_test/
H A Dast_module_test.cpp60 AutoPtr<ASTModule> module = new ASTModule(); variable
77 AutoPtr<ASTModule> module = new ASTModule(); variable
94 AutoPtr<ASTModule> module = new ASTModule(); variable
96 int result = module->IndexOf(interface);
111 AutoPtr<ASTModule> module = new ASTModule(); variable
130 int result = module->IndexOf(sequenceable);
180 bool result = module->IsValid();
205 module->SetIdlFile(idlFile);
206 module->AddSequenceable(sequenceable);
207 module->AddInterface(interface);
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c47 int32_t module; member
139 switch (module) { in ModuleToDataType()
167 .module = pktHead->module, in NotifyDataReceived()
284 if (module == AUTH) { in OnConnectEvent()
297 …if (module != AUTH && module != AUTH_P2P && module != AUTH_RAW_P2P_CLIENT && !IsEnhanceP2pModuleId… in OnConnectEvent()
532 .module = head->module, in SocketPostBytes()
589 if (g_listener[i].module == head->module) { in NotifyChannelDataReceived()
600 channelData.module = head->module; in NotifyChannelDataReceived()
626 if (g_listener[i].module == module) { in RegAuthChannelListener()
640 if (g_listener[i].module == module) { in UnregAuthChannelListener()
[all …]
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.7/
H A Dchangelogs-bundlemanager.md181 ## cl.bundlemanager.14 module.json配置文件中module的name标签不再支持配置中文
182 module.json配置文件中的module的[name](../../../application-dev/quick-start/module-configuration-file.md)不再…
185 删除配置文件module.json中module的[name](../../../application-dev/quick-start/module-configuration-file.md)标…
188 使用英文语言配置module.json中module的[name](../../../application-dev/quick-start/module-configuration-file.md…
191 module.json配置文件中的ability的[name](../../../application-dev/quick-start/module-configuration-file.md)不…
197 使用英文语言配置module.json中ability的[name](../../../application-dev/quick-start/module-configuration-file.m…
200 删除配置文件module.json中[uiSyntax](../../../application-dev/quick-start/module-configuration-file.md)标签
206 删除module.json中[uiSyntax](../../../application-dev/quick-start/module-configuration-file.md)标签
208 ## cl.bundlemanager.17 module.json配置文件中module及ability中的srcEntrance标签修改为srcEntry
209 配置文件module.json中[srcEntrance](../../../application-dev/quick-start/module-configuration-file.md)标签修…
[all …]
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/module/
H A Dhdf_module_test.c79 struct WifiModule *module = NULL; in WiFiModuleTestCreateModule() local
86 if (module == NULL) { in WiFiModuleTestCreateModule()
94 OsalMemFree(module); in WiFiModuleTestCreateModule()
97 OsalMemFree(module); in WiFiModuleTestCreateModule()
98 module = NULL; in WiFiModuleTestCreateModule()
106 if (module == NULL) { in WiFiModuleTestAddFeature()
110 if (module->iface.addFeature == NULL) { in WiFiModuleTestAddFeature()
114 return module->iface.addFeature(module, HDF_WIFI_FEATURE_P2P, &g_p2pFeature); in WiFiModuleTestAddFeature()
120 if (module == NULL) { in WiFiModuleTestDelFeature()
124 if (module->iface.delFeature == NULL) { in WiFiModuleTestDelFeature()
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-overlay.md43 | 17700002 | The specified module name is not found. |
44 | 17700033 | The specified module is not an overlay module. |
92 | 17700002 | The specified module name is not found. |
93 | 17700033 | The specified module is not an overlay module. |
148 | 17700033 | The specified module is not an overlay module. |
194 | 17700033 | The specified module is not an overlay module. |
247 | 17700034 | The specified module is an overlay module. |
292 | 17700034 | The specified module is an overlay module. |
332 overlay特征应用指的是应用中包含有overlay特征的module。该特征module一般是为设备上存在的非overlay特征的module提供额外的资源文件,以便于目标module在运行阶段…
334 **如何识别overlay特征的module**
[all …]
/ohos5.0/base/hiviewdfx/blackbox_lite/
H A Dblackbox_core.c73 const char module[MODULE_MAX_LEN], in FormatErrorInfo()
78 info, event, module, errorDesc); in FormatErrorInfo()
87 if (strncpy_s(info->module, sizeof(info->module), module, in FormatErrorInfo()
88 Min(strlen(module), sizeof(info->module) - 1)) != EOK) { in FormatErrorInfo()
137 info->module, info->event); in SaveBasicErrorInfo()
140 info->module, info->event); in SaveBasicErrorInfo()
171 ops->ops.module); in SaveErrorLog()
233 if (strcmp(temp->ops.module, ops->module) == 0) { in BBoxRegisterModuleOps()
253 const char module[MODULE_MAX_LEN], in BBoxNotifyError()
282 if (strcmp(ops->ops.module, module) != 0) { in BBoxNotifyError()
[all …]
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_log.h95 #define THERMAL_HILOGF(module, ...) \ argument
96 …((void)HILOG_IMPL(LOG_CORE, LOG_FATAL, THERMAL_LABEL[module].domainId, THERMAL_LABEL[module].tag, …
97 #define THERMAL_HILOGE(module, ...) \ argument
98 …((void)HILOG_IMPL(LOG_CORE, LOG_ERROR, THERMAL_LABEL[module].domainId, THERMAL_LABEL[module].tag, …
99 #define THERMAL_HILOGW(module, ...) \ argument
100 …((void)HILOG_IMPL(LOG_CORE, LOG_WARN, THERMAL_LABEL[module].domainId, THERMAL_LABEL[module].tag, #…
101 #define THERMAL_HILOGI(module, ...) \ argument
102 …((void)HILOG_IMPL(LOG_CORE, LOG_INFO, THERMAL_LABEL[module].domainId, THERMAL_LABEL[module].tag, #…
103 #define THERMAL_HILOGD(module, ...) \ argument
104 …((void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, THERMAL_LABEL[module].domainId, THERMAL_LABEL[module].tag, …
/ohos5.0/base/usb/usb_manager/utils/native/include/
H A Dhilog_wrapper.h93 #define USB_HILOGF(module, ...) \ argument
94 …((void)HILOG_IMPL(LOG_CORE, LOG_FATAL, USB_MGR_LABEL[module].domainId, USB_MGR_LABEL[module].tag, …
95 #define USB_HILOGE(module, ...) \ argument
96 …((void)HILOG_IMPL(LOG_CORE, LOG_ERROR, USB_MGR_LABEL[module].domainId, USB_MGR_LABEL[module].tag, …
97 #define USB_HILOGW(module, ...) \ argument
98 …((void)HILOG_IMPL(LOG_CORE, LOG_WARN, USB_MGR_LABEL[module].domainId, USB_MGR_LABEL[module].tag, #…
99 #define USB_HILOGI(module, ...) \ argument
100 …((void)HILOG_IMPL(LOG_CORE, LOG_INFO, USB_MGR_LABEL[module].domainId, USB_MGR_LABEL[module].tag, #…
101 #define USB_HILOGD(module, ...) \ argument
102 …((void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, USB_MGR_LABEL[module].domainId, USB_MGR_LABEL[module].tag, …
/ohos5.0/base/powermgr/thermal_manager/utils/native/include/
H A Dthermal_log.h95 #define THERMAL_HILOGF(module, ...) \ argument
96 …((void)HILOG_IMPL(LOG_CORE, LOG_FATAL, THERMAL_LABEL[module].domainId, THERMAL_LABEL[module].tag, …
97 #define THERMAL_HILOGE(module, ...) \ argument
98 …((void)HILOG_IMPL(LOG_CORE, LOG_ERROR, THERMAL_LABEL[module].domainId, THERMAL_LABEL[module].tag, …
99 #define THERMAL_HILOGW(module, ...) \ argument
100 …((void)HILOG_IMPL(LOG_CORE, LOG_WARN, THERMAL_LABEL[module].domainId, THERMAL_LABEL[module].tag, #…
101 #define THERMAL_HILOGI(module, ...) \ argument
102 …((void)HILOG_IMPL(LOG_CORE, LOG_INFO, THERMAL_LABEL[module].domainId, THERMAL_LABEL[module].tag, #…
103 #define THERMAL_HILOGD(module, ...) \ argument
104 …((void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, THERMAL_LABEL[module].domainId, THERMAL_LABEL[module].tag, …
/ohos5.0/base/request/request/frameworks/js/napi/include/upload/
H A Dupload_hilog_wrapper.h57 #define UPLOAD_HILOGF(module, fmt, ...) … argument
58 …id)HILOG_IMPL(LOG_CORE, LOG_FATAL, UPLOAD_MODULE_LABEL[module].domain, UPLOAD_MODULE_LABEL[module]…
60 #define UPLOAD_HILOGE(module, fmt, ...) … argument
61 …id)HILOG_IMPL(LOG_CORE, LOG_ERROR, UPLOAD_MODULE_LABEL[module].domain, UPLOAD_MODULE_LABEL[module]…
63 #define UPLOAD_HILOGW(module, fmt, ...) … argument
64 …oid)HILOG_IMPL(LOG_CORE, LOG_WARN, UPLOAD_MODULE_LABEL[module].domain, UPLOAD_MODULE_LABEL[module]…
66 #define UPLOAD_HILOGI(module, fmt, ...) … argument
67 …oid)HILOG_IMPL(LOG_CORE, LOG_INFO, UPLOAD_MODULE_LABEL[module].domain, UPLOAD_MODULE_LABEL[module]…
69 #define UPLOAD_HILOGD(module, fmt, ...) … argument
70 …id)HILOG_IMPL(LOG_CORE, LOG_DEBUG, UPLOAD_MODULE_LABEL[module].domain, UPLOAD_MODULE_LABEL[module]…
/ohos5.0/drivers/external_device_manager/utils/include/
H A Dhilog_wrapper.h110 #define EDM_LOGF(module, ...) \ argument
111 …((void)HILOG_IMPL(LOG_CORE, LOG_FATAL, EDM_MGR_LABEL[module].domainId, EDM_MGR_LABEL[module].tag, …
112 #define EDM_LOGE(module, ...) \ argument
113 …((void)HILOG_IMPL(LOG_CORE, LOG_ERROR, EDM_MGR_LABEL[module].domainId, EDM_MGR_LABEL[module].tag, …
114 #define EDM_LOGW(module, ...) \ argument
115 …((void)HILOG_IMPL(LOG_CORE, LOG_WARN, EDM_MGR_LABEL[module].domainId, EDM_MGR_LABEL[module].tag, #…
116 #define EDM_LOGI(module, ...) \ argument
117 …((void)HILOG_IMPL(LOG_CORE, LOG_INFO, EDM_MGR_LABEL[module].domainId, EDM_MGR_LABEL[module].tag, #…
118 #define EDM_LOGD(module, ...) \ argument
119 …((void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, EDM_MGR_LABEL[module].domainId, EDM_MGR_LABEL[module].tag, …
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dapplication-component-configuration-stage.md10 …)和[module.json5配置文件](../quick-start/module-configuration-file.md)中的icon和label标签。DevEco Studio从5.0.…
15module.json5配置文件的abilities标签中配置了icon和label,且该对应的ability中skills标签下面的entities中包含"entity.system.home"…
17 * 如果在module.json5配置文件的abilities标签中未设置icon和label,系统将返回app.json5中的icon和label。
32 …ication-component-configuration-stage-app-module](figures/application-component-configuration-stag…
49 - **方式二:配置module.json5**
55 "module": {
88 Module支持的设备类型需要在[module.json5配置文件](../quick-start/module-configuration-file.md)中配置[deviceTypes标签](.…
92 Module访问系统或其他应用受保护部分所需的权限信息需要在[module.json5配置文件](../quick-start/module-configuration-file.md)中配置[re…
/ohos5.0/base/security/device_auth/services/frameworks/src/module/
H A Ddev_auth_module_manager.c36 AuthModuleBase **module; in GetModule() local
39 return *module; in GetModule()
77 if (module == NULL) { in RegisterLocalIdentity()
105 if (module == NULL) { in UnregisterLocalIdentity()
133 if (module == NULL) { in DeletePeerAuthInfo()
162 if (module == NULL) { in GetPublicKey()
189 if (module == NULL) { in CheckMsgRepeatability()
204 if (module == NULL) { in CreateTask()
224 if (module == NULL) { in ProcessTask()
245 if (module == NULL) { in DestroyTask()
[all …]
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-module-side-effects.md11 // module.ets
32 // module.ets
45 // module.ets
64 // module.ets
92 data from module
103 // module.ets
136 data from module
144 // module.ets
185 // module.ets
277 // module.ets
[all …]
H A Darkts-sendable-module.md5module is loaded only once in the same thread and multiple times in different threads. New module
12 …ribute cannot be passed on. That is, importing a shared module does not make a non-shared module s…
15 - A shared module supports only .ets files.
17 - **side-effects-import** is not allowed within a shared module.
30 - Modules cannot be directly exported from a shared module.
37 // Shared module
45 - A shared module can reference a shared module or a non-shared module. The reference and reference…
52 1. Export the sendable object in a shared module.
55 // Shared module sharedModule.ets
58 // Declare the current module as a shared module. Only sendable data can be exported.
[all …]
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-Release/
H A Dchangelogs-bundlemanager.md181 ## cl.bundlemanager.14 module.json配置文件中module的name标签不再支持配置中文
182 module.json配置文件中的module的[name](../../../application-dev/quick-start/module-configuration-file.md)不再…
185 删除配置文件module.json中module的[name](../../../application-dev/quick-start/module-configuration-file.md)标…
188 使用英文语言配置module.json中module的[name](../../../application-dev/quick-start/module-configuration-file.md…
191 module.json配置文件中的ability的[name](../../../application-dev/quick-start/module-configuration-file.md)不…
197 使用英文语言配置module.json中ability的[name](../../../application-dev/quick-start/module-configuration-file.m…
200 删除配置文件module.json中[uiSyntax](../../../application-dev/quick-start/module-configuration-file.md)标签
206 删除module.json中[uiSyntax](../../../application-dev/quick-start/module-configuration-file.md)标签
208 ## cl.bundlemanager.17 module.json配置文件中module及ability中的srcEntrance标签修改为srcEntry
209 配置文件module.json中[srcEntrance](../../../application-dev/quick-start/module-configuration-file.md)标签修…
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/
H A Dhdf_add_driver.py107 if self.module == "audio":
111 elif self.module == "input":
123 if self.module == "audio":
259 if module == "audio" or module == "display":
272 elif module == "sensor":
309 if module == "audio":
320 elif module == "sensor":
409 if module == "sensor":
413 elif module == "audio":
427 if module == "sensor":
[all …]

12345678910>>...109