/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/ |
H A D | module.c | 21 void ModuleRegister(Module *module) in ModuleRegister() 33 Module *module = NULL; in ModuleGet() local 46 Module *module = ModuleGet(name); in ModuleInit() local 54 Module *module = ModuleGet(name); in ModuleStartup() local 62 Module *module = ModuleGet(name); in ModuleShutdown() local 70 Module *module = ModuleGet(name); in ModuleCleanup() local
|
/ohos5.0/foundation/ability/idl_tool/test/unittest/ast_module_test/ |
H A D | ast_module_test.cpp | 60 AutoPtr<ASTModule> module = new ASTModule(); variable 77 AutoPtr<ASTModule> module = new ASTModule(); variable 94 AutoPtr<ASTModule> module = new ASTModule(); variable 111 AutoPtr<ASTModule> module = new ASTModule(); variable 128 AutoPtr<ASTModule> module = new ASTModule(); variable 145 AutoPtr<ASTModule> module = new ASTModule(); variable 162 AutoPtr<ASTModule> module = new ASTModule(); variable 179 AutoPtr<ASTModule> module = new ASTModule(); variable 195 AutoPtr<ASTModule> module = new ASTModule(); variable
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_manager_config_file.py | 75 def _begin_end(module, driver): argument 81 def _create_device(self, module, driver): argument 102 def add_device(self, module, driver): argument 115 def delete_device(self, module, driver): argument 122 def _create_host(self, module): argument 133 def add_host(self, module): argument 145 def delete_host(self, module): argument
|
H A D | hdf_vendor_mk_file.py | 30 def _begin_end(self, module): argument 36 def _create_module(self, module, need_content=True): argument 52 def add_module(self, module): argument 62 def delete_module(self, file_path, module): argument
|
/ohos5.0/base/time/time_service/utils/native/include/ |
H A D | time_hilog.h | 62 #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 75 #define CHECK_AND_RETURN_RET_LOG(module, cond, ret, ...) \ argument 83 #define CHECK_AND_RETURN_LOG(module, cond, ...) \ argument
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | logger.h | 43 #define LOG_FATAL(module, fmt, ...) \ argument 53 #define LOG_ERROR(module, fmt, ...) \ argument 63 #define LOG_WARN(module, fmt, ...) \ argument 73 #define LOG_INFO(module, fmt, ...) \ argument 83 #define LOG_DEBUG(module, fmt, ...) \ argument
|
/ohos5.0/base/security/device_auth/services/frameworks/src/module/ |
H A D | dev_auth_module_manager.c | 36 AuthModuleBase **module; in GetModule() local 76 AuthModuleBase *module = GetModule(moduleType); in RegisterLocalIdentity() local 104 AuthModuleBase *module = GetModule(moduleType); in UnregisterLocalIdentity() local 132 AuthModuleBase *module = GetModule(moduleType); in DeletePeerAuthInfo() local 161 AuthModuleBase *module = GetModule(moduleType); in GetPublicKey() local 188 AuthModuleBase *module = GetModule(moduleType); in CheckMsgRepeatability() local 203 AuthModuleBase *module = GetModule(moduleType); in CreateTask() local 223 AuthModuleBase *module = GetModule(moduleType); in ProcessTask() local 244 AuthModuleBase *module = GetModule(moduleType); in DestroyTask() local 285 AuthModuleBase **module; in DestroyModules() local
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/ |
H A D | wifi_module.c | 26 static int32_t InitFeatures(struct WifiModule *module) in InitFeatures() 54 static int32_t DeInitFeatures(struct WifiModule *module) in DeInitFeatures() 78 int16_t InitWifiModule(struct WifiModule *module, const struct HdfConfigWlanModuleConfig *config) in InitWifiModule()
|
H A D | wifi_feature.c | 17 int32_t AddFeature(struct WifiModule *module, uint16_t featureType, struct WifiFeature *feature) in AddFeature() 33 int32_t DelFeature(struct WifiModule *module, uint16_t featureType) in DelFeature()
|
/ohos5.0/base/hiviewdfx/hidumper/utils/native/include/ |
H A D | hilog_wrapper.h | 44 #define DUMPER_HILOGF(module, fmt, ...) \ argument 46 #define DUMPER_HILOGE(module, fmt, ...) \ argument 48 #define DUMPER_HILOGW(module, fmt, ...) \ argument 50 #define DUMPER_HILOGI(module, fmt, ...) \ argument 52 #define DUMPER_HILOGD(module, fmt, ...) \ argument
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_listener_test.cpp | 117 ListenerModule module = UNUSE_BUTT; variable 137 ListenerModule module = UNUSE_BUTT; variable 156 ListenerModule module = UNUSE_BUTT; variable 172 ListenerModule module = UNUSE_BUTT; variable 187 ListenerModule module = DIRECT_CHANNEL_SERVER_HML_START; variable
|
/ohos5.0/base/request/request/frameworks/js/napi/include/upload/ |
H A D | upload_hilog_wrapper.h | 57 #define UPLOAD_HILOGF(module, fmt, ...) … argument 60 #define UPLOAD_HILOGE(module, fmt, ...) … argument 63 #define UPLOAD_HILOGW(module, fmt, ...) … argument 66 #define UPLOAD_HILOGI(module, fmt, ...) … argument 69 #define UPLOAD_HILOGD(module, fmt, ...) … argument
|
/ohos5.0/build/templates/common/ |
H A D | generate_component_package.py | 76 def _is_innerkit(data, part, module): argument 120 def _get_json_data(args, module): argument 182 def _copy_includes(args, module, includes: list): argument 249 def _copy_lib(args, json_data, module): argument 398 def _generate_configs(fp, module): argument 433 def _generate_prebuilt_shared_library(fp, lib_type, module): argument 444 def _generate_public_configs(fp, module): argument 448 def _public_deps_special_handler(module): argument 471 def _generate_other(fp, args, json_data, module): argument 523 def _toolchain_gn_copy(args, module): argument [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_sub_container.cpp | 41 …id PluginSubContainer::RunDecompressedPlugin(const std::string& hapPath, const std::string& module, in RunDecompressedPlugin() 45 void PluginSubContainer::RunPlugin(const std::string& path, const std::string& module, const std::s… in RunPlugin() 56 const std::string& hapPath, const std::string& module) in GetDecompressedAssetManager() 61 …setManager> PluginSubContainer::SetAssetManager(const std::string& path, const std::string& module) in SetAssetManager()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_snoop_filter.c | 170 uint8_t module, uint8_t rfcommScn, uint16_t l2capPsm, bool isLocal, const BtAddr *remoteAddr) in AllocFilterInfo() 214 void BTM_AddLocalL2capPsmForLogging(uint8_t module, uint16_t psm) in BTM_AddLocalL2capPsmForLogging() 229 void BTM_AddRemoteL2capPsmForLogging(uint8_t module, uint16_t psm, const BtAddr *remoteAddr) in BTM_AddRemoteL2capPsmForLogging() 248 void BTM_RemoveLocalL2capPsmForLogging(uint8_t module, uint16_t psm) in BTM_RemoveLocalL2capPsmForLogging() 268 void BTM_RemoveRemoteL2capPsmForLogging(uint8_t module, uint16_t psm, const BtAddr *remoteAddr) in BTM_RemoveRemoteL2capPsmForLogging() 292 void BTM_AddLocalRfcommScnForLogging(uint8_t module, uint8_t scn) in BTM_AddLocalRfcommScnForLogging() 307 void BTM_AddRemoteRfcommScnForLogging(uint8_t module, uint8_t scn, const BtAddr *remoteAddr) in BTM_AddRemoteRfcommScnForLogging() 326 void BTM_RemoveLocalRfcommScnChannelForLogging(uint8_t module, uint8_t scn) in BTM_RemoveLocalRfcommScnChannelForLogging() 347 void BTM_RemoveRemoteRfcommScnChannelForLogging(uint8_t module, uint8_t scn, const BtAddr *remoteAd… in BTM_RemoveRemoteRfcommScnChannelForLogging()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_tcp_connection.c | 47 int32_t module; member 122 static void NotifyConnected(ListenerModule module, int32_t fd, bool isClient) in NotifyConnected() 137 static uint32_t ModuleToDataType(int32_t module) in ModuleToDataType() 154 static void NotifyDataReceived(ListenerModule module, int32_t fd, in NotifyDataReceived() 215 static int32_t ProcessSocketOutEvent(ListenerModule module, int32_t fd) in ProcessSocketOutEvent() 237 static int32_t ProcessSocketInEvent(ListenerModule module, int32_t fd) in ProcessSocketInEvent() 311 static int32_t OnDataEvent(ListenerModule module, int32_t events, int32_t fd) in OnDataEvent() 336 int32_t StartSocketListening(ListenerModule module, const LocalListenerInfo *info) in StartSocketListening() 469 int32_t NipSocketConnectDevice(ListenerModule module, in NipSocketConnectDevice() 510 void SocketDisconnectDevice(ListenerModule module, int32_t fd) in SocketDisconnectDevice() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_listener.c | 143 static void TransSetTcpDirectConnectType(int32_t *connectType, ListenerModule module) in TransSetTcpDirectConnectType() 154 static int32_t CreateSessionConnNode(ListenerModule module, int fd, int32_t chanId, const ConnectOp… in CreateSessionConnNode() 210 static int32_t TdcOnConnectEvent(ListenerModule module, int cfd, const ConnectOption *clientAddr) in TdcOnConnectEvent() 271 static void TransProcDataRes(ListenerModule module, int32_t ret, int32_t channelId, int32_t fd) in TransProcDataRes() 358 static int32_t TdcOnDataEvent(ListenerModule module, int events, int fd) in TdcOnDataEvent() 391 int32_t TransTdcStartSessionListener(ListenerModule module, const LocalListenerInfo *info) in TransTdcStartSessionListener() 409 int32_t TransTdcStopSessionListener(ListenerModule module) in TransTdcStopSessionListener()
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/ |
H A D | hiview_log_limit.c | 59 boolean LogIsLimited(uint8 module) in LogIsLimited() 102 void SetLimitThreshold(uint8 module, uint8 v) in SetLimitThreshold() 116 const HiLogLimitRule *GetLogLimitRule(uint8 module) in GetLogLimitRule()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/common/fuzztest/connectioncommon_fuzzer/ |
H A D | connectioncommon_fuzzer.cpp | 54 static int32_t ConnectEvent(ListenerModule module, int32_t cfd, const ConnectOption *clientAddr) in ConnectEvent() 59 static int32_t DataEvent(ListenerModule module, int32_t events, int32_t fd) in DataEvent() 66 ListenerModule module = DIRECT_CHANNEL_CLIENT; in DoBaseListenerFuzz() local
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/module/ |
H A D | hdf_module_test.c | 79 struct WifiModule *module = NULL; in WiFiModuleTestCreateModule() local 105 struct WifiModule *module = HdfWlanGetModule(); in WiFiModuleTestAddFeature() local 119 struct WifiModule *module = HdfWlanGetModule(); in WiFiModuleTestDelFeature() local
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/ |
H A D | auth_tcp_connection_virtual.c | 22 int32_t RegAuthChannelListener(int32_t module, const AuthChannelListener *listener) in RegAuthChannelListener() 30 void UnregAuthChannelListener(int32_t module) in UnregAuthChannelListener() 76 void SocketDisconnectDevice(ListenerModule module, int32_t fd) in SocketDisconnectDevice() 99 int32_t StartSocketListening(ListenerModule module, const LocalListenerInfo *info) in StartSocketListening()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/ |
H A D | faultlogger_client_test.cpp | 27 …GetFaultLogName(const time_t& time, int32_t id, const std::string& type, const std::string& module) in GetFaultLogName() 43 …foInner CreateFaultLogInfo(const time_t& time, int32_t id, int32_t type, const std::string& module) in CreateFaultLogInfo() 61 …eckLogFileExist(const time_t& time, int32_t id, const std::string& type, const std::string& module) in CheckLogFileExist()
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/ |
H A D | thermal_log.h | 95 #define THERMAL_HILOGF(module, ...) \ argument 97 #define THERMAL_HILOGE(module, ...) \ argument 99 #define THERMAL_HILOGW(module, ...) \ argument 101 #define THERMAL_HILOGI(module, ...) \ argument 103 #define THERMAL_HILOGD(module, ...) \ argument
|
/ohos5.0/base/powermgr/thermal_manager/utils/native/include/ |
H A D | thermal_log.h | 95 #define THERMAL_HILOGF(module, ...) \ argument 97 #define THERMAL_HILOGE(module, ...) \ argument 99 #define THERMAL_HILOGW(module, ...) \ argument 101 #define THERMAL_HILOGI(module, ...) \ argument 103 #define THERMAL_HILOGD(module, ...) \ argument
|
/ohos5.0/base/usb/usb_manager/utils/native/include/ |
H A D | hilog_wrapper.h | 93 #define USB_HILOGF(module, ...) \ argument 95 #define USB_HILOGE(module, ...) \ argument 97 #define USB_HILOGW(module, ...) \ argument 99 #define USB_HILOGI(module, ...) \ argument 101 #define USB_HILOGD(module, ...) \ argument
|