Searched refs:isHapAbc_ (Results 1 - 2 of 2) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | symbols_file.cpp | 712 bool isHapAbc_ = false; member in OHOS::Developtools::NativeDaemon::HapFileSymbols 735 return isHapAbc_; in IsHapAbc() 756 isHapAbc_ = true; in IsHapAbc() 757 HLOGD("input abcDataPtr : %s, isAbc: %d", abcDataPtr_.get(), isHapAbc_); in IsHapAbc() 768 HLOGD("return size is small abcDataPtr : %s, isAbc: %d", abcDataPtr_.get(), isHapAbc_); in IsHapAbc() 771 isHapAbc_ = true; in IsHapAbc() 781 return isHapAbc_; in IsHapAbc() 786 return isHapAbc_ == true; 791 isHapAbc_ = value;
|
/developtools/hiperf/src/ |
H A D | symbols_file.cpp | 888 bool isHapAbc_ = false; member in OHOS::Developtools::HiPerf::HapFileSymbols 901 return isHapAbc_; in IsHapAbc() 922 isHapAbc_ = true; in IsHapAbc() 923 HLOGD("symbol file : %s, isAbc: %d", filePath_.c_str(), isHapAbc_); in IsHapAbc() 931 HLOGD("return size is small abcDataPtr : %s, isAbc: %d", abcDataPtr_.get(), isHapAbc_); in IsHapAbc() 934 isHapAbc_ = true; in IsHapAbc() 944 return isHapAbc_; in IsHapAbc() 949 return isHapAbc_ == true; 954 isHapAbc_ = value;
|
Completed in 4 milliseconds