/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/ |
H A D | export_db_manager.cpp | 32 int64_t ExportDbManager::GetExportEnabledSeq(const std::string& moduleName) in GetExportEnabledSeq() 43 int64_t ExportDbManager::GetExportBeginSeq(const std::string& moduleName) in GetExportBeginSeq() 54 void ExportDbManager::HandleExportSwitchChanged(const std::string& moduleName, int64_t curSeq) in HandleExportSwitchChanged() 75 void ExportDbManager::HandleExportTaskFinished(const std::string& moduleName, int64_t eventSeq) in HandleExportTaskFinished() 96 ExportDetailRecord ExportDbManager::GetExportDetailRecord(const std::string& moduleName) in GetExportDetailRecord() 103 bool ExportDbManager::IsUnrecordedModule(const std::string& moduleName) in IsUnrecordedModule()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/module_manager/test/unittest/common/ |
H A D | require_module_tdd_test.cpp | 45 const char *moduleName = "system.app"; in RequireModuleTest001() local 61 const char *moduleName = "system.unregistered"; in RequireModuleTest002() local 77 const char *moduleName = "service.app"; in RequireModuleTest003() local 93 const char *moduleName = "illegal"; in RequireModuleTest004() local 109 const char *moduleName = "system.app"; in RequireModuleTest005() local 143 const char *moduleName = "system.app"; in RequireModuleTest006() local 177 const char *moduleName = "system.router"; in RequireModuleTest007() local 211 const char *moduleName = "ohos.app"; in RequireModuleTest008() local
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_dfile_log.h | 29 #define DFILE_LOGF(moduleName, format, ...) \ argument 31 #define DFILE_LOGE(moduleName, format, ...) \ argument 33 #define DFILE_LOGW(moduleName, format, ...) \ argument 35 #define DFILE_LOGI(moduleName, format, ...) \ argument 37 #define DFILE_LOGD(moduleName, format, ...) \ argument
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_dfinder_log.h | 31 #define DFINDER_LOGF(moduleName, format, ...) \ argument 33 #define DFINDER_LOGE(moduleName, format, ...) \ argument 35 #define DFINDER_LOGW(moduleName, format, ...) \ argument 37 #define DFINDER_LOGI(moduleName, format, ...) \ argument 39 #define DFINDER_LOGD(moduleName, format, ...) \ argument
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/ |
H A D | navpushpathhelper.js | 29 async pushPath(moduleName, info, optionParam) { argument 49 async pushDestination(moduleName, info, optionParam) { argument 68 async pushPathByName(moduleName, name, param, onPop, optionParam) { argument 87 async pushDestinationByName(moduleName, name, param, onPop, optionParam) { argument 106 async replacePath(moduleName, info, optionParam) { argument 125 async replacePathByName(moduleName, name, param, optionParam) { argument
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
H A D | nstackx_log.h | 60 #define NSTACKX_LOG_COMMON(moduleName, logLevel, moduleDebugLevel, format, ...) \ argument 68 #define LOGF(moduleName, format, ...) \ argument 70 #define LOGE(moduleName, format, ...) \ argument 72 #define LOGW(moduleName, format, ...) \ argument 74 #define LOGI(moduleName, format, ...) \ argument 76 #define LOGD(moduleName, format, ...) \ argument
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/counter/interfaces/ |
H A D | counter.js | 75 "moduleName": "__harDefaultModuleName__" property in CounterResource.BUTTON_BACKGROUD_COLOR 82 "moduleName": "__harDefaultModuleName__" property in CounterResource.BUTTON_ICON_COLOR 89 "moduleName": "__harDefaultModuleName__" property in CounterResource.BUTTON_BORDER_FOCUSED_COLOR 96 "moduleName": "__harDefaultModuleName__" property in CounterResource.COUNTER_TEXT_COLOR 103 "moduleName": "__harDefaultModuleName__" property in CounterResource.COUNTER_BORDER_COLOR 110 "moduleName": "__harDefaultModuleName__" property in CounterResource.BUTTON_ADD_ICON 117 "moduleName": "__harDefaultModuleName__" property in CounterResource.BUTTON_SUB_ICON 124 "moduleName": "__harDefaultModuleName__" property in CounterResource.BUTTON_ARROW_UP 131 "moduleName": "__harDefaultModuleName__" property in CounterResource.BUTTON_ARROW_DOWN 142 "moduleName": "__harDefaultModuleName__" property in CounterResource.COUNTER_LIST_LABEL_SIZE [all …]
|
/ohos5.0/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/ |
H A D | module_manager_test.cpp | 80 const char *moduleName = "moduleName_002"; variable 107 const char *moduleName = "moduleName_003"; variable 131 const char *moduleName = "moduleName_004"; variable 157 const char *moduleName = "moduleName_005"; variable 184 const char *moduleName = "moduleName_006"; variable 204 const char *moduleName = "moduleName_007"; variable 223 std::string moduleName = "moduleName_008"; variable 243 std::string moduleName = "moduleName_009"; variable 263 std::string moduleName = "moduleName_010"; variable 281 const char* moduleName = "moduleName_010"; variable
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selectionmenu/interfaces/ |
H A D | selectionmenu.js | 36 'moduleName': '__harDefaultModuleName__' property in defaultTheme.imageFillColor 43 'moduleName': '__harDefaultModuleName__' property in defaultTheme.backGroundColor 50 'moduleName': '__harDefaultModuleName__' property in defaultTheme.iconBorderRadius 57 'moduleName': '__harDefaultModuleName__' property in defaultTheme.containerBorderRadius 64 'moduleName': '__harDefaultModuleName__' property in defaultTheme.cutIcon 71 'moduleName': '__harDefaultModuleName__' property in defaultTheme.copyIcon 78 'moduleName': '__harDefaultModuleName__' property in defaultTheme.pasteIcon 85 'moduleName': '__harDefaultModuleName__' property in defaultTheme.selectAllIcon 92 'moduleName': '__harDefaultModuleName__' property in defaultTheme.shareIcon 99 'moduleName': '__harDefaultModuleName__' property in defaultTheme.translateIcon [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_element_name_ffi_test/ |
H A D | cj_element_name_ffi_test.cpp | 67 char* moduleName = new char[11]; variable 98 char* moduleName = new char[11]; variable 128 char* moduleName = new char[11]; variable 161 char* moduleName = new char[11]; variable
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/context/ |
H A D | context.js | 77 createModuleContext(moduleName) { argument 81 createModuleContext(bundleName, moduleName) { argument 85 createSystemHspModuleResourceManager(bundleName, moduleName) { argument 89 createModuleResourceManager(bundleName, moduleName) { argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/resource/ |
H A D | resource_manager.h | 47 std::string MakeCacheKey(const std::string& bundleName, const std::string& moduleName) in MakeCacheKey() 71 bool IsResourceAdapterRecord(const std::string& bundleName, const std::string& moduleName) in IsResourceAdapterRecord() 81 …r<ResourceAdapter> GetResourceAdapter(const std::string& bundleName, const std::string& moduleName) in GetResourceAdapter() 120 void RemoveResourceAdapter(const std::string& bundleName, const std::string& moduleName) in RemoveResourceAdapter()
|
H A D | resource_manager.cpp | 33 std::string moduleName = resourceObject->GetModuleName(); in GetOrCreateResourceAdapter() local 47 …const std::string& bundleName, const std::string& moduleName, const RefPtr<ResourceAdapter>& resAd… in RegisterMainResourceAdapter()
|
/ohos5.0/base/startup/init/interfaces/innerkits/init_module_engine/ |
H A D | init_modulemgr.c | 23 int InitModuleMgrInstall(const char *moduleName) in InitModuleMgrInstall() 39 void InitModuleMgrUnInstall(const char *moduleName) in InitModuleMgrUnInstall() 46 const char *moduleName = (const char *)context; in DelayedUninstall() local 53 void AutorunModuleMgrUnInstall(const char *moduleName) in AutorunModuleMgrUnInstall()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/popup/interfaces/ |
H A D | popup.js | 39 "moduleName": "__harDefaultModuleName__" property in defaultTheme.icon.borderRadius 51 "moduleName": "__harDefaultModuleName__" property in defaultTheme.title.fontSize 58 "moduleName": "__harDefaultModuleName__" property in defaultTheme.title.fontColor 79 "moduleName": "__harDefaultModuleName__" property in defaultTheme.button.fontSize 86 "moduleName": "__harDefaultModuleName__" property in defaultTheme.button.fontColor 101 "moduleName": "__harDefaultModuleName__" property in defaultTheme.button.hoverColor 108 "moduleName": "__harDefaultModuleName__" property in defaultTheme.button.backgroundColor 117 "moduleName": "__harDefaultModuleName__" property in defaultTheme.message.fontSize 124 "moduleName": "__harDefaultModuleName__" property in defaultTheme.message.fontColor 132 "moduleName": "__harDefaultModuleName__" property in defaultTheme.message.plainFontColor [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_want_ffi_test/ |
H A D | cj_want_ffi_test.cpp | 73 const char* moduleName = "moduleName"; variable 106 const char* moduleName = "moduleName"; variable 139 const char* moduleName = "moduleName"; variable 175 const char* moduleName = "moduleName"; variable
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_module_manage.c | 131 int StartModuleInternal(const char *moduleName, const char *startCmd, pid_t *pProcessId) in StartModuleInternal() 174 static int StopModuleInternalCheckProcess(const char *moduleName, pid_t processId) in StopModuleInternalCheckProcess() 225 int StopModuleInternal(const char *moduleName, pid_t processId, bool isHostapd) in StopModuleInternal() 252 ModuleInfo *FindModule(const char *moduleName) in FindModule() 268 ModuleManageRetCode StartModule(const char *moduleName, const char *startCmd) in StartModule() 303 ModuleManageRetCode StopModule(const char *moduleName, bool isHostapd) in StopModule()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/ |
H A D | avsession_proxy_test.cpp | 125 std::string moduleName = "moduleName"; variable 165 std::string moduleName = "moduleName"; variable 206 std::string moduleName = "moduleName"; variable 247 std::string moduleName = "moduleName"; variable 291 std::string moduleName = "moduleName"; variable 333 std::string moduleName = "moduleName"; variable 375 std::string moduleName = "moduleName"; variable 422 std::string moduleName = "moduleName"; variable 464 std::string moduleName = "moduleName"; variable 505 std::string moduleName = "moduleName"; variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/ |
H A D | chipgroup.js | 39 moduleName: '__harDefaultModuleName__', property in b1.itemStyle.backgroundColor 46 moduleName: '__harDefaultModuleName__', property in b1.itemStyle.fontColor 53 moduleName: '__harDefaultModuleName__', property in b1.itemStyle.selectedFontColor 60 moduleName: '__harDefaultModuleName__', property in b1.itemStyle.selectedBackgroundColor 67 moduleName: '__harDefaultModuleName__', property in b1.itemStyle.fillColor 74 moduleName: '__harDefaultModuleName__', property in b1.itemStyle.h4 86 moduleName: '__harDefaultModuleName__', property in e4.backgroundColor 93 moduleName: '__harDefaultModuleName__', property in e4.borderRadius 106 moduleName: '__harDefaultModuleName__', property in e4.fillColor
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager.cpp | 74 const std::string& moduleName, const std::string& abilityName, in checkExtensionName() 89 const std::string& moduleName, AppExecFwk::ExtensionAbilityInfo& targetExtensionInfo) in CheckExtensionFromBundleInfo() 109 std::string moduleName, std::string extensionAbilityName, char* metadataName) in GetProfileByExtensionAbility() 165 …nt32_t> checkAbilityName(const AppExecFwk::AbilityInfo& abilityInfo, const std::string& moduleName, in checkAbilityName() 180 const std::string& moduleName, AppExecFwk::AbilityInfo& targetAbilityInfo) in CheckAbilityFromBundleInfo() 200 std::string moduleName, std::string abilityName, char* metadataName) in GetProfileByAbility()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/resource/ |
H A D | resource_manager_test.cpp | 33 std::string MakeCacheKey(const std::string& bundleName, const std::string& moduleName) in MakeCacheKey() 63 std::string moduleName = "entry"; variable
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/ |
H A D | fms_form_bms_helper_test.cpp | 211 const std::string moduleName = ""; variable 230 const std::string moduleName = "aa"; variable 249 const std::string moduleName = ""; variable 265 const std::string moduleName = "aa"; variable 286 const std::string moduleName = ""; variable 310 const std::string moduleName = "aa"; variable 329 const std::string moduleName = ""; variable 348 const std::string moduleName = "aa"; variable 620 std::string moduleName = "entry"; variable 680 const std::string moduleName = ""; variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 59 moduleName: '__harDefaultModuleName__', property in b1.prefixIcon.fillColor 66 moduleName: '__harDefaultModuleName__', property in b1.prefixIcon.activatedFillColor 75 moduleName: '__harDefaultModuleName__', property in b1.label.e1 82 moduleName: '__harDefaultModuleName__', property in b1.label.f1 89 moduleName: '__harDefaultModuleName__', property in b1.label.fontColor 96 moduleName: '__harDefaultModuleName__', property in b1.label.activatedFontColor 132 moduleName: '__harDefaultModuleName__', property in b1.suffixIcon.fillColor 139 moduleName: '__harDefaultModuleName__', property in b1.suffixIcon.activatedFillColor 146 moduleName: '__harDefaultModuleName__', property in b1.suffixIcon.l1 184 moduleName: '__harDefaultModuleName__', property in b1.q1.backgroundColor [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_stream_installer_interface.h | 32 …virtual int32_t CreateSignatureFileStream(const std::string &moduleName, const std::string &fileNa… in CreateSignatureFileStream() 40 virtual int32_t CreatePgoFileStream(const std::string &moduleName, const std::string &fileName) in CreatePgoFileStream()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 82 'moduleName': '__harDefaultModuleName__', property in ARROW_DOWN 94 'moduleName': '__harDefaultModuleName__', property in ARROW_RIGHT 220 'moduleName': '__harDefaultModuleName__', property in e3.constructor.a4 227 'moduleName': '__harDefaultModuleName__', property in e3.constructor.b4 234 'moduleName': '__harDefaultModuleName__', property in e3.constructor.c4 241 'moduleName': '__harDefaultModuleName__', property in e3.constructor.d4 248 'moduleName': '__harDefaultModuleName__', property in e3.constructor.e4 255 'moduleName': '__harDefaultModuleName__', property in e3.constructor.f4 262 'moduleName': '__harDefaultModuleName__', property in e3.constructor.g4 269 'moduleName': '__harDefaultModuleName__', property in e3.constructor.h4 [all …]
|