Home
last modified time | relevance | path

Searched defs:bundleName (Results 151 - 175 of 1855) sorted by relevance

12345678910>>...75

/foundation/ability/ability_base/interfaces/kits/native/view_data/include/
H A Dview_data.h32 std::string bundleName; member
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/
H A Dmulti_app_utils_test.cpp50 std::string bundleName = "testBundleName"; in HWTEST_F() local
78 std::string bundleName = "testBundleName"; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dfree_install_observer_proxy.cpp36 void FreeInstallObserverProxy::OnInstallFinished(const std::string &bundleName, const std::string &abilityName, in OnInstallFinished() argument
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dability_controller_proxy.cpp37 bool AbilityControllerProxy::AllowAbilityStart(const Want &want, const std::string &bundleName) in AllowAbilityStart() argument
57 bool AbilityControllerProxy::AllowAbilityBackground(const std::string &bundleName) in AllowAbilityBackground() argument
/foundation/ability/ability_runtime/test/unittest/app_config_data_manager_test/
H A Dapp_config_data_manager_test.cpp75 const std::string bundleName; in HWTEST_F() local
91 const std::string bundleName = "bundle"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_model.h38 std::string bundleName; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ability_component/
H A Dability_component_model_ng.cpp22 void AbilityComponentModelNG::Create(const std::string& bundleName, const std::string& abilityName) in Create() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dremote_on_listener_proxy.cpp23 OnCallback(const uint32_t continueState, const std::string &srcDeviceId, const std::string &bundleName, const std::string &continueType, const std::string &srcBundleName) OnCallback() argument
/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_manager.cpp32 std::string bundleName = resourceObject->GetBundleName(); in GetOrCreateResourceAdapter() local
46 RegisterMainResourceAdapter( const std::string& bundleName, const std::string& moduleName, const RefPtr<ResourceAdapter>& resAdapter) RegisterMainResourceAdapter() argument
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dstylus_detector_default.cpp37 void StylusDetectorDefault::UnRegisterStylusInteractionListener(const std::string& bundleName) {} in UnRegisterStylusInteractionListener() argument
31 RegisterStylusInteractionListener( const std::string& bundleName, const std::shared_ptr<IStylusDetectorCallback>& callback) RegisterStylusInteractionListener() argument
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_stylus_detector_default.cpp36 void StylusDetectorDefault::UnRegisterStylusInteractionListener(const std::string& bundleName) {} in UnRegisterStylusInteractionListener() argument
30 RegisterStylusInteractionListener( const std::string& bundleName, const std::shared_ptr<IStylusDetectorCallback>& callback) RegisterStylusInteractionListener() argument
/foundation/arkui/ace_engine/test/unittest/core/common/resource/
H A Dresource_manager_test.cpp33 std::string MakeCacheKey(const std::string& bundleName, const std::string& moduleName) in MakeCacheKey() argument
62 std::string bundleName = "com.example.test"; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_styles.h27 std::string bundleName = ""; member
/foundation/bundlemanager/app_domain_verify/services/include/manager/rdb/
H A Dapp_domain_verify_rdb_data_manager.h30 std::string bundleName; member
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_bundle_manager.cpp33 GetBundleInfoV9( const std::string& bundleName, int32_t flags, BundleInfo& bundleInfo, int32_t userId) GetBundleInfoV9() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/
H A Devent_listener.h51 std::string bundleName; member
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/package/
H A Dpackage.h32 std::string bundleName; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/state/src/
H A Dquick_fix_deploy_state.cpp32 const std::string bundleName = innerQuickFixInfo_.GetAppQuickFix().bundleName; in Process() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dability_manager_helper.cpp52 int32_t AbilityManagerHelper::IsRunning(const std::string &bundleName, const int bundleUid) in IsRunning() argument
90 int32_t AbilityManagerHelper::IsRunning(const std::string &bundleName) in IsRunning() argument
29 UninstallApplicationProcesses( const std::string &bundleName, const int uid, bool isUpgradeApp, int32_t appIndex) UninstallApplicationProcesses() argument
[all...]
/foundation/bundlemanager/app_domain_verify/test/unittest/frameworks_common/bms_test/
H A Dbundle_info_query_test.cpp73 std::string bundleName = BUNDLE_NAME; in HWTEST_F() local
86 std::string bundleName = BUNDLE_NAME; in HWTEST_F() local
104 std::string bundleName = BUNDLE_NAME; in HWTEST_F() local
116 std::string bundleName = BUNDLE_NAME; in HWTEST_F() local
129 std::string bundleName = BUNDLE_NAME; in HWTEST_F() local
144 std::string bundleName = BUNDLE_NAME; HWTEST_F() local
159 std::string bundleName = BUNDLE_NAME; HWTEST_F() local
175 std::string bundleName = BUNDLE_NAME; HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_status_callback_proxy.cpp194 OnBundleStateChanged( const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::string &bundleName) OnBundleStateChanged() argument
H A Dbundle_monitor.cpp60 std::string bundleName = want.GetElement().GetBundleName(); in OnReceiveEvent() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Dbundle_status_callback.cpp69 void BundleStatusCallback::OnBundleAdded(const std::string& bundleName, const int userId) in OnBundleAdded() argument
135 void BundleStatusCallback::OnBundleUpdated(const std::string& bundleName, const int userId) in OnBundleUpdated() argument
204 OnBundleRemoved(const std::string& bundleName, const int userId) OnBundleRemoved() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launcher_bundle_manager/
H A Dlauncher_bundle_manager.h36 std::string bundleName; member
49 std::string bundleName; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_clone_common.h32 static std::string GetCloneDataDir(const std::string &bundleName, const int32_t appIndex) in GetCloneDataDir() argument
38 static std::string GetCloneBundleIdKey(const std::string &bundleName, const int32_t appIndex) in GetCloneBundleIdKey() argument

Completed in 8 milliseconds

12345678910>>...75