Searched refs:Obtain (Results 1 - 7 of 7) sorted by relevance
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_timed_collect_tool.cpp | 107 return Obtain(key, defValue); in ObtainLong() 112 return Obtain(key, defValue); in ObtainString() 116 T PreferencesUtil::Obtain(const std::string& key, const T& defValue) in Obtain() function in OHOS::PreferencesUtil 119 HILOGI("Obtain GetPreference failed"); in Obtain()
|
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
H A D | netfirewall_preference_helper.cpp | 101 return Obtain(key, defValue); in ObtainInt() 106 return Obtain(key, defValue); in ObtainBool() 109 template <typename T> T NetFirewallPreferenceHelper::Obtain(const std::string &key, const T &defValue) in Obtain() function in OHOS::NetManagerStandard::NetFirewallPreferenceHelper 112 NETMGR_EXT_LOG_I("Obtain GetPreference failed"); in Obtain()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_recording_canvas.h | 33 static std::unique_ptr<ExtendRecordingCanvas> Obtain(int32_t width, int32_t height,
|
/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/ |
H A D | device_timed_collect_tool.h | 52 T Obtain(const std::string& key, const T& defValue);
|
/foundation/communication/netmanager_ext/services/netfirewallmanager/include/ |
H A D | netfirewall_preference_helper.h | 99 template <typename T> T Obtain(const std::string &key, const T &defValue);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_recording_canvas.cpp | 27 std::unique_ptr<ExtendRecordingCanvas> ExtendRecordingCanvas::Obtain(int32_t width, int32_t height, in Obtain() function in OHOS::Rosen::ExtendRecordingCanvas
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable.cpp | 71 recordingCanvas_ = ExtendRecordingCanvas::Obtain(10, 10, false); // width 10, height 10 in RSPropertyDrawCmdListUpdater()
|
Completed in 3 milliseconds