Home
last modified time | relevance | path

Searched refs:IsDebug (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/common/external/include/
H A Diedm_access_token_manager.h28 virtual bool IsDebug() = 0;
H A Dedm_access_token_manager_impl.h26 bool IsDebug() override;
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm/src/
H A Denterprise_device_mgr_ability_test.cpp162 EXPECT_CALL(*accessTokenMgrMock_, IsDebug).WillOnce(DoAll(Return(isDebug))); in EnableAdminSuc()
173 EXPECT_CALL(*accessTokenMgrMock_, IsDebug).WillOnce(DoAll(Return(false))); in DisableAdminSuc()
180 EXPECT_CALL(*accessTokenMgrMock_, IsDebug).WillOnce(DoAll(Return(false))); in DisableSuperAdminSuc()
1235 EXPECT_CALL(*accessTokenMgrMock_, IsDebug).WillOnce(DoAll(Return(false)));
1254 EXPECT_CALL(*accessTokenMgrMock_, IsDebug).WillOnce(DoAll(Return(false)));
1274 EXPECT_CALL(*accessTokenMgrMock_, IsDebug).WillOnce(DoAll(Return(false)));
1619 EXPECT_CALL(*accessTokenMgrMock_, IsDebug).WillOnce(DoAll(Return(true)));
1641 EXPECT_CALL(*accessTokenMgrMock_, IsDebug).WillOnce(DoAll(Return(true)));
1668 EXPECT_CALL(*accessTokenMgrMock_, IsDebug).WillOnce(DoAll(Return(true)));
1686 EXPECT_CALL(*accessTokenMgrMock_, IsDebug).WillOnce(DoAll(Return(true)));
[all …]
/ohos5.0/base/customization/enterprise_device_management/test/unittest/external_mock/include/
H A Dedm_access_token_manager_impl_mock.h28 MOCK_METHOD(bool, IsDebug, (), (override));
/ohos5.0/base/customization/enterprise_device_management/common/external/src/
H A Dedm_access_token_manager_impl.cpp28 bool EdmAccessTokenManagerImpl::IsDebug() in IsDebug() function in OHOS::EDM::EdmAccessTokenManagerImpl
/ohos5.0/base/customization/enterprise_device_management/test/unittest/common/external/
H A Dedm_access_token_manager_impl_test.cpp40 …T_TRUE(system::GetBoolParameter(DEVELOP_MODE_STATE, false) == edmAccessTokenManagerImpl.IsDebug());
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp314 if (!IsDebug() && abilityInfo_.type != AppExecFwk::AbilityType::DATA) { in LoadAbility()
504 if (IsDebug()) { in PostForegroundTimeoutTask()
522 if (IsDebug()) { in PostUIExtensionAbilityTimeoutTask()
891 if (IsDebug()) { in PostCancelStartingWindowHotTask()
919 if (IsDebug()) { in PostCancelStartingWindowColdTask()
1252 if (!IsDebug()) { in BackgroundAbility()
1599 if (!IsDebug()) { in Activate()
1625 if (!IsDebug()) { in Inactivate()
1644 if (!IsDebug()) { in Terminate()
1677 if (!IsDebug()) { in ShareData()
[all …]
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp751 bool isDebug = GetAccessTokenMgr()->IsDebug(); in EnableAdmin()
961 bool isDebug = GetAccessTokenMgr()->IsDebug(); in DoDisableAdmin()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h1063 bool IsDebug() const;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp1311 if (abilityRecord->IsDebug() && isClearSession) { in CloseUIAbility()