Home
last modified time | relevance | path

Searched defs:fs (Results 1 – 4 of 4) sorted by relevance

/base/location/services/location_locator/locator/source/
Dlocation_config_manager.cpp134 std::ifstream fs(GetLocationSwitchConfigPath()); in GetLocationSwitchState() local
162 std::ifstream fs(path); in GetNlpServiceName() local
184 std::fstream fs(GetLocationSwitchConfigPath()); in SetLocationSwitchState() local
215 std::ifstream fs(GetPrivacyTypeConfigPath(type)); in GetPrivacyTypeState() local
249 std::fstream fs(GetPrivacyTypeConfigPath(type)); in SetPrivacyTypeState() local
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
Dlib_event_handler_checker_test.cpp82 auto fs = []() { in __anon279177500102() variable
134 auto fs = []() { in __anon279177500502() variable
185 auto fs = []() { in __anon279177500902() variable
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_meter.cpp70 std::ifstream fs; in IsAppValid() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp339 void AppEventPack::AddParam(const std::string& key, const std::vector<float>& fs) in AddParam()