Home
last modified time | relevance | path

Searched defs:moduleName (Results 551 – 575 of 971) sorted by relevance

1...<<21222324252627282930>>...39

/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/bmsThirdBundle1/src/main/
H A Dconfig.json33 "moduleName": "testability1", string
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/bmsThirdBundle17/src/main/
H A Dconfig.json29 "moduleName": "testability", string
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/bmsThirdBundle25/src/main/
H A Dconfig.json29 "moduleName": "testability", string
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/testOverlay/internal_overlay_install_test5/src/main/
H A Dconfig.json33 "moduleName": "feature", string
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/testOverlay/target_module_entry_fa_model/src/main/
H A Dconfig.json33 "moduleName": "entry", string
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/testOverlay/target_module_entry_lower_version_fa/src/main/
H A Dconfig.json33 "moduleName": "entry", string
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_kit/test/src/main/
H A Dconfig.json57 "moduleName": "entry", string
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/test_bundle/bmsThirdBundle1/src/main/
H A Dconfig.json33 "moduleName": "testability1", string
/ohos5.0/base/inputmethod/imf/test/unittest/napi_test/src/
H A Dconfig.json25 "moduleName": "entry", string
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/
H A Dexport_db_storage.cpp111 void ExportDbStorage::QueryExportDetailRecord(const std::string& moduleName, ExportDetailRecord& re… in QueryExportDetailRecord()
/ohos5.0/drivers/hdf_core/framework/core/shared/include/
H A Dhdf_attribute_macro.h36 const char *moduleName; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dbundle_mgr_proxy.h43 std::string moduleName; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter_mock.cpp23 std::string moduleName; member
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/test/unittest/src/
H A Dconfig.json26 "moduleName": "entry", string
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_scheduler.cpp64 char *moduleName = reinterpret_cast<char *>(ReadString(data, nullptr)); in AmsCallback() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_service.cpp40 std::string moduleName = "ApService_" + std::to_string(m_id); in EnableHotspot() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1133 const std::string &moduleName, const std::string &loadPath) in OnOverlayChanged()
1155 const std::string &moduleName, const std::string &loadPath) in HandleOnOverlayChanged()
1463 auto moduleName = entryHapModuleInfo.moduleName; in HandleLaunchApplication() local
1679 auto moduleName = entryHapModuleInfo.moduleName; in HandleLaunchApplication() local
1847 std::string moduleName(info.moduleName); in ProcessMainAbility() local
2933 void MainThread::HandleScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName) in HandleScheduleAcceptWant()
2952 void MainThread::ScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName) in ScheduleAcceptWant()
2969 …MainThread::HandleScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) in HandleScheduleNewProcessRequest()
2988 void MainThread::ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) in ScheduleNewProcessRequest()
3222 int MainThread::GetOverlayModuleInfos(const std::string &bundleName, const std::string &moduleName, in GetOverlayModuleInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp909 std::string moduleName = element.GetModuleName(); in ExplicitQueryAbilityInfo() local
957 std::string moduleName = element.GetModuleName(); in ExplicitQueryAbilityInfoV9() local
1922 std::string moduleName = ""; in GetMatchLauncherAbilityInfos() local
2563 const std::string &bundleName, const std::string &moduleName) in UpateCurDynamicIconModule()
4539 const std::string &moduleName, const int32_t upgradeFlag) in SetModuleUpgradeFlag()
5303 std::string moduleName = element.GetModuleName(); in ExplicitQueryExtensionInfo() local
5375 std::string moduleName = element.GetModuleName(); in ExplicitQueryExtensionInfoV9() local
6331 const std::string& moduleName = element.moduleName; in QueryInfoAndSkillsByElement() local
8591 std::string moduleName = element.GetModuleName(); in QueryCloneAbilityInfo() local
8625 std::string moduleName = element.GetModuleName(); in ExplicitQueryCloneAbilityInfo() local
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
H A DRadioModule.java200 static RadioModule tryLoadingModule(int moduleId, String moduleName, IBinder serviceBinder) { in tryLoadingModule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp982 void RegisterModuleByName(BindingTarget globalObj, std::string moduleName) in RegisterModuleByName()
1051 std::string moduleName; in JsRegisterModules() local
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp143 void ScheduleAcceptWant(const AAFwk::Want& want, const std::string& moduleName) override in ScheduleAcceptWant()
146 void ScheduleNewProcessRequest(const AAFwk::Want& want, const std::string& moduleName) override in ScheduleNewProcessRequest()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp77 void ScheduleAcceptWant(const AAFwk::Want& want, const std::string& moduleName) override in ScheduleAcceptWant()
79 void ScheduleNewProcessRequest(const AAFwk::Want& want, const std::string& moduleName) override in ScheduleNewProcessRequest()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime_lite.cpp193 vm, [options](const std::string moduleName, std::string &hapPath) -> bool { in Init()
336 …auto callback = [](const std::string& bundleName, const std::string& moduleName, int32_t triggerMo… in SetRequestAotCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_group_node.h131 void SetNavDestinationPathInfo(const std::string& moduleName, const std::string& pagePath) in SetNavDestinationPathInfo()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_operation.cpp287 void DistributedOperation::SetModuleName(const std::string& moduleName) in SetModuleName()

1...<<21222324252627282930>>...39