Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp104 static std::string isDeveloperOpen; in IsDeveloperOpen() local
105 if (!isDeveloperOpen.empty()) { in IsDeveloperOpen()
106 return (isDeveloperOpen.find(ENABLE_VAULE) != std::string::npos); in IsDeveloperOpen()
108 isDeveloperOpen = system::GetParameter(KEY_DEVELOPER_MODE_STATE, ""); in IsDeveloperOpen()
109 return (isDeveloperOpen.find(ENABLE_VAULE) != std::string::npos); in IsDeveloperOpen()