Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_debug_manager_test/
H A Dapp_debug_manager_test.cpp162 AppDebugInfo noDebugStart_info; variable
163 noDebugStart_info.bundleName = NO_DEBUG_START_NAME;
164 noDebugStart_info.isDebugStart = NO_DEBUG_START;
165 manager_->debugInfos_.push_back(noDebugStart_info);
192 AppDebugInfo noDebugStart_info; variable
194 noDebugStart_info.isDebugStart = NO_DEBUG_START;
195 noDebugStart_info.pid = pid;
196 noDebugStart_info.pid = uid;
198 debugInfos.push_back(noDebugStart_info);
205 noDebugStart_info.isDebugStart = IS_DEBUG_START;
[all …]