Home
last modified time | relevance | path

Searched refs:isAttachDebug_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_debug_deal_test/
H A Dability_debug_deal_test.cpp84 EXPECT_FALSE(record->isAttachDebug_);
90 EXPECT_TRUE(ability_record->isAttachDebug_);
108 EXPECT_FALSE(record->isAttachDebug_);
114 EXPECT_TRUE(ability_record->isAttachDebug_);
116 EXPECT_FALSE(ability_record->isAttachDebug_);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_running_record_test/
H A Dapp_running_record_test.cpp86 appRunningRecord->isAttachDebug_ = false;
111 appRunningRecord->isAttachDebug_ = false;
131 EXPECT_EQ(appRunningRecord->isAttachDebug_, true);
148 EXPECT_EQ(appRunningRecord->isAttachDebug_, false);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp1198 (isAttachDebug_ || isDebugApp_); in AbilityTerminated()
1327 if (isDebugApp_ || isNativeDebug_ || isAttachDebug_) { in SendEvent()
2162 isAttachDebug_ = isAttachDebug; in SetAttachDebug()
2168 isAttachDebug_ ? appLifeCycleDeal_->AttachAppDebug() : appLifeCycleDeal_->DetachAppDebug(); in SetAttachDebug()
2173 return isAttachDebug_; in isAttachDebug()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_running_manager_test/
H A Dapp_running_manager_test.cpp82 EXPECT_EQ(appRecord->isAttachDebug_, true);
108 EXPECT_EQ(appRecord->isAttachDebug_, true);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test.cpp2545 EXPECT_EQ(abilityRecord_->isAttachDebug_, true);
2558 EXPECT_EQ(abilityRecord_->isAttachDebug_, false);
2686 abilityRecord->isAttachDebug_ = false;
2991 abilityRecord->isAttachDebug_ = false;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h992 bool isAttachDebug_ = false; variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h1327 bool isAttachDebug_ = false; variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp2786 !launchDebugInfo_.perfCmd.empty() || isAttachDebug_ || isAssertDebug_) { in IsDebug()
3559 isAttachDebug_ = isAttachDebug; in SetAttachDebug()