Home
last modified time | relevance | path

Searched refs:CheckDebugAppNotInDeveloperMode (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H A Dmodal_system_dialog_util.h34 static bool CheckDebugAppNotInDeveloperMode(const AppExecFwk::ApplicationInfo &applicationInfo);
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dmodal_system_dialog_util.cpp31 bool ModalSystemDialogUtil::CheckDebugAppNotInDeveloperMode(const AppExecFwk::ApplicationInfo &applicationInfo) in CheckDebugAppNotInDeveloperMode() function in OHOS::AbilityRuntime::ModalSystemDialogUtil
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/
H A Dability_manager_service_fourth_test.cpp1487 * Function: CheckDebugAppNotInDeveloperMode
1489 * FunctionPoints: ModalSystemDialogUtil CheckDebugAppNotInDeveloperMode
1493 TAG_LOGI(AAFwkTag::TEST, "AbilityManagerServiceFourthTest CheckDebugAppNotInDeveloperMode start"); in HWTEST_F()
1499 EXPECT_FALSE(ModalSystemDialogUtil::CheckDebugAppNotInDeveloperMode(applicationInfo)); in HWTEST_F()
1502 EXPECT_TRUE(ModalSystemDialogUtil::CheckDebugAppNotInDeveloperMode(applicationInfo)); in HWTEST_F()
1506 EXPECT_FALSE(ModalSystemDialogUtil::CheckDebugAppNotInDeveloperMode(applicationInfo)); in HWTEST_F()
1509 EXPECT_FALSE(ModalSystemDialogUtil::CheckDebugAppNotInDeveloperMode(applicationInfo)); in HWTEST_F()
1512 TAG_LOGI(AAFwkTag::TEST, "AbilityManagerServiceFourthTest CheckDebugAppNotInDeveloperMode end"); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h2315 bool CheckDebugAppNotInDeveloperMode(const AppExecFwk::ApplicationInfo &applicationInfo);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp6319 if (ModalSystemDialogUtil::CheckDebugAppNotInDeveloperMode(request.abilityInfo.applicationInfo)) { in GenerateAbilityRequest()
6358 if (ModalSystemDialogUtil::CheckDebugAppNotInDeveloperMode(abilityInfo->abilityInfo.applicationInfo)) { in GenerateExtensionAbilityRequest()

Completed in 34 milliseconds