Home
last modified time | relevance | path

Searched refs:Module (Results 1 - 23 of 23) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dmodule.c19 static Module *g_modules[MAX_MODULES];
21 void ModuleRegister(Module *module) in ModuleRegister()
31 Module *ModuleGet(const char *name) in ModuleGet()
33 Module *module = NULL; in ModuleGet()
46 Module *module = ModuleGet(name); in ModuleInit()
54 Module *module = ModuleGet(name); in ModuleStartup()
62 Module *module = ModuleGet(name); in ModuleShutdown()
70 Module *module = ModuleGet(name); in ModuleCleanup()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dmodule.h33 } Module; typedef
35 void ModuleRegister(Module *module);
36 Module *ModuleGet(const char *name);
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi_types.h39 struct Module { struct
47 Module module;
/foundation/arkui/ace_engine_lite/frameworks/module_manager/
H A Dmodule_manager.h140 JSIValue GetModuleObject(const char * const moduleName, const Module* modules, uint16_t modulesCount,
143 JSIValue InitModuleObject(const char * const name, Module module, JSIValue& categoryObj);
H A Dmodule_manager.cpp41 uint16_t moduleCount = sizeof(OHOS_MODULES) / sizeof(Module); in RequireModule()
46 const Module* prodModules = productModulesGetter_(prodModCount); in RequireModule()
136 JSIValue ModuleManager::GetModuleObject(const char * const moduleName, const Module* modules, uint16_t modulesCount, in GetModuleObject()
176 JSIValue ModuleManager::InitModuleObject(const char * const name, Module module, JSIValue& categoryObj) in InitModuleObject()
H A Dohos_module_config.h97 const Module OHOS_MODULES[] = {
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_profile.cpp53 struct Module { struct
62 Module module;
104 void from_json(const nlohmann::json &jsonObject, Module &module) in from_json()
146 GetValueIfFindKey<Module>(jsonObject, in from_json()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp.c89 static Module g_avdtp = {
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp.c116 static Module g_avctp = {
/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Dproduct_adapter.h51 typedef Module *(*ProductModulesGetter)(uint16_t &moduleCount);
/foundation/deviceprofile/device_info_manager/old/radar/include/
H A Ddp_radar_helper.h92 enum class Module : int32_t { class
/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H A Ddistributed_radar.h143 enum class Module : int32_t { class
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_init.c325 static Module g_att = {
/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h123 enum class Module : int32_t { class
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.h432 struct Module { struct
444 BASE_NS::vector<Module> shaderModules;
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp254 struct Module { struct
284 Module module;
1147 void from_json(const nlohmann::json &jsonObject, Module &module) in from_json()
1368 GetValueIfFindKey<Module>(jsonObject, in from_json()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp321 struct Module { struct
349 Module module;
1512 void from_json(const nlohmann::json &jsonObject, Module &module) in from_json()
1693 APP_LOGI("read 'Module' tag from config.json"); in from_json()
1694 GetValueIfFindKey<Module>(jsonObject, in from_json()
H A Dmodule_profile.cpp272 struct Module { struct
311 Module module;
1244 void from_json(const nlohmann::json &jsonObject, Module &module) in from_json()
1503 GetValueIfFindKey<Module>(jsonObject, in from_json()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_api.c976 static Module g_rfcomm = {
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_if.c770 static Module g_l2cap = {
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.c1378 Module g_gap = {
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp.c1419 Module g_sdp = {
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c1876 static Module g_smp = {

Completed in 28 milliseconds