Home
last modified time | relevance | path

Searched defs:appCloneIndex (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_running_info.h38 int32_t appCloneIndex = -1; member
H A Dauto_startup_info.h36 int32_t appCloneIndex = 0; member
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/clearupapplicationdata_fuzzer/
H A Dclearupapplicationdata_fuzzer.cpp55 int32_t appCloneIndex = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/ability_auto_startup_callback/
H A Djs_ability_auto_startup_manager_utils.cpp133 napi_value appCloneIndex = AppExecFwk::WrapInt32ToJS(env, info.appCloneIndex); in CreateJsAutoStartupInfo() local
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Drunning_multi_info.h31 int32_t appCloneIndex; member
H A Dability_state_data.h65 int32_t appCloneIndex = -1; member
H A Drunning_process_info.h67 std::int32_t appCloneIndex = -1; member
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_bundle_manager_form.h45 …int GetUidByBundleName(const std::string& bundleName, int32_t userId, int32_t appCloneIndex) overr… in GetUidByBundleName()
H A Dmock_bundle_manager_form.cpp40 …grService::GetUidByBundleName(const std::string& bundleName, int32_t userId, int32_t appCloneIndex) in GetUidByBundleName()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/src/
H A Dmock_bundle_mgr_helper.cpp85 …eMgrHelper::GetCloneBundleInfo(const std::string &bundleName, int32_t flags, int32_t appCloneIndex, in GetCloneBundleInfo()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp720 …rHelper::CleanBundleDataFiles(const std::string &bundleName, int32_t userId, int32_t appCloneIndex) in CleanBundleDataFiles()
791 …MgrHelper::GetUidByBundleName(const std::string &bundleName, int32_t userId, int32_t appCloneIndex) in GetUidByBundleName()
859 …eMgrHelper::QueryCloneAbilityInfo(const ElementName &element, int32_t flags, int32_t appCloneIndex, in QueryCloneAbilityInfo()
873 …eMgrHelper::GetCloneBundleInfo(const std::string &bundleName, int32_t flags, int32_t appCloneIndex, in GetCloneBundleInfo()
888 int32_t appCloneIndex, ExtensionAbilityInfo &extensionInfo, int32_t userId) in QueryCloneExtensionAbilityInfoWithAppIndex()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_mgr_test/
H A Dams_ipc_app_mgr_module_test.cpp219 auto mockHandler = [&](const std::string& name, int32_t appCloneIndex, int32_t userId) { in __anon7019ce550302()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp136 int32_t appCloneIndex = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
H A Dmock_bundle_manager.cpp208 …grService::GetUidByBundleName(const std::string& bundleName, int32_t userId, int32_t appCloneIndex) in GetUidByBundleName()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h143 … virtual int32_t ClearUpApplicationData(const std::string& appName, int32_t appCloneIndex) override in ClearUpApplicationData()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp418 int32_t appCloneIndex = 0; variable
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp182 int32_t appCloneIndex = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp805 int32_t appCloneIndex = 1; variable
821 int32_t appCloneIndex = 1; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/
H A Dapp_mgr_stub_test.cpp386 int32_t appCloneIndex = 0; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp330 int32_t AppMgrService::ClearUpApplicationData(const std::string &bundleName, int32_t appCloneIndex,… in ClearUpApplicationData()
1395 int32_t AppMgrService::IsAppRunning(const std::string &bundleName, int32_t appCloneIndex, bool &isR… in IsAppRunning()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_manager.cpp945 int32_t appCloneIndex = 0; in OnClearUpAppData() local
1386 int32_t appCloneIndex = 0; in OnIsAppRunning() local
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_proxy.cpp147 int32_t AppMgrProxy::ClearUpApplicationData(const std::string &bundleName, int32_t appCloneIndex, c… in ClearUpApplicationData()
1589 int32_t AppMgrProxy::IsAppRunning(const std::string &bundleName, int32_t appCloneIndex, bool &isRun… in IsAppRunning()
H A Dapp_mgr_stub.cpp430 int32_t appCloneIndex = data.ReadInt32(); in HandleClearUpApplicationData() local
1365 int32_t appCloneIndex = data.ReadInt32(); in HandleIsAppRunning() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp1398 int32_t appCloneIndex = 0; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp4008 int32_t appCloneIndex = 0; variable
4031 int32_t appCloneIndex = 0; variable

12