Home
last modified time | relevance | path

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

/foundation/multimedia/ringtone_library/test/unittest/ringtone_utils_test/src/
Dringtone_file_utils_test.cpp188 std::shared_ptr<int> errCodePtr; variable
196 std::shared_ptr<int> errCodePtr; variable
/foundation/multimedia/ringtone_library/services/utils/src/
Dringtone_file_utils.cpp212 bool RingtoneFileUtils::Mkdir(const string &subStr, shared_ptr<int> errCodePtr) in Mkdir()
227 bool RingtoneFileUtils::IsDirectory(const string &dirName, shared_ptr<int> errCodePtr) in IsDirectory()
243 bool RingtoneFileUtils::CreateDirectory(const string &dirPath, shared_ptr<int> errCodePtr) in CreateDirectory()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
Dmedia_file_utils.cpp261 bool MediaFileUtils::Mkdir(const string &subStr, shared_ptr<int> errCodePtr) in Mkdir()
280 bool MediaFileUtils::CreateDirectory(const string &dirPath, shared_ptr<int> errCodePtr) in CreateDirectory()
373 bool MediaFileUtils::IsDirectory(const string &dirName, shared_ptr<int> errCodePtr) in IsDirectory()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
Djs_window.cpp1444 std::shared_ptr<WmErrorCode> errCodePtr = std::make_shared<WmErrorCode>(WmErrorCode::WM_OK); in SetMoveWindowToAsyncTask() local
1516 std::shared_ptr<WmErrorCode> errCodePtr = std::make_shared<WmErrorCode>(WmErrorCode::WM_OK); in SetMoveWindowToGlobalAsyncTask() local
1724 std::shared_ptr<WmErrorCode> errCodePtr = std::make_shared<WmErrorCode>(WmErrorCode::WM_OK); in SetResizeWindowAsyncTask() local
2172 std::shared_ptr<WmErrorCode> errCodePtr = std::make_shared<WmErrorCode>(WmErrorCode::WM_OK); in OnSetDialogBackGestureEnabled() local
2594 …ap<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, std::shared_ptr<WMError> errCodePtr) in SetSystemBarEnableTask()
2633 std::shared_ptr<WMError> errCodePtr = std::make_shared<WMError>(WMError::WM_OK); in OnSetSystemBarEnable() local
3628 std::shared_ptr<WmErrorCode> errCodePtr = std::make_shared<WmErrorCode>(WmErrorCode::WM_OK); in OnSetTopmost() local
3738 std::shared_ptr<WmErrorCode> errCodePtr = std::make_shared<WmErrorCode>(WmErrorCode::WM_OK); in OnSetWindowKeepScreenOn() local
5531 std::shared_ptr<WmErrorCode> errCodePtr = std::make_shared<WmErrorCode>(WmErrorCode::WM_OK); in OnSetHandwritingFlag() local
6390 std::shared_ptr<WmErrorCode> errCodePtr = std::make_shared<WmErrorCode>(WmErrorCode::WM_OK); in SetRequestFocusTask() local
[all …]