Home
last modified time | relevance | path

Searched refs:folder (Results 1 – 25 of 33) sorted by relevance

12

/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
Dfolder_napi.cpp49 auto *folder = new (std::nothrow) FolderNapi(); in New() local
50 ASSERT_ERR(ctxt->env, folder != nullptr, Status::E_UNKNOWN, "no memory for folder!"); in New()
51 folder->value_ = std::make_shared<Folder>(); in New()
52 ASSERT_CALL(env, napi_wrap(env, ctxt->self, folder, Destructor, nullptr, nullptr), folder); in New()
60 auto *folder = new (std::nothrow) FolderNapi(); in NewInstance() local
61 ASSERT_ERR_VOID(env, folder != nullptr, Status::E_UNKNOWN, "no memory for folder!"); in NewInstance()
62 folder->value_ = std::static_pointer_cast<Folder>(in); in NewInstance()
63 ASSERT_CALL_DELETE(env, napi_wrap(env, out, folder, Destructor, nullptr, nullptr), folder); in NewInstance()
69 auto *folder = static_cast<FolderNapi *>(data); in Destructor() local
70 ASSERT_VOID(folder != nullptr, "finalize null!"); in Destructor()
[all …]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/map_mse/
Dmap_mse_folder.cpp43 MapMseFolder *folder = SetFolder(name); in SetSmsMmsFolder() local
44 return folder; in SetSmsMmsFolder()
49 MapMseFolder *folder = SetFolder(name); in SetEmailFolder() local
50 folder->SetFolderId(folderId); in SetEmailFolder()
51 return folder; in SetEmailFolder()
56 MapMseFolder *folder = SetFolder(name); in SetImFolder() local
57 folder->SetFolderId(folderId); in SetImFolder()
58 return folder; in SetImFolder()
Dmap_mse_event.cpp26 …nt::MapMseEvent(const std::string &eventType, const std::string &handle, const std::string &folder, in MapMseEvent() argument
28 …: version_("1.0"), eventType_(eventType), handle_(handle), folder_(folder), oldFolder_(oldFolder),… in MapMseEvent()
30 SetFolderPath(folder, msgType); in MapMseEvent()
37 …const std::string &eventType, const std::string &handle, const std::string &folder, MessageType ms… in MapMseEvent() argument
38 : version_("1.0"), eventType_(eventType), handle_(handle), folder_(folder), msgType_(msgType) in MapMseEvent()
40 SetFolderPath(folder, msgType); in MapMseEvent()
Dmap_mse_event.h100 MapMseEvent(const std::string &eventType, const std::string &handle, const std::string &folder,
104 …const std::string &eventType, const std::string &handle, const std::string &folder, MessageType ms…
Dmap_mse_server.cpp544 MapMseFolder *folder = currentFolder_; in GetMessageListing() local
548 folder = rootFolder_.get(); in GetMessageListing()
549 folder->SetIgnore(true); in GetMessageListing()
556 folder = currentFolder_->GetSubFolder(folderName); in GetMessageListing()
558 folder = currentFolder_; in GetMessageListing()
560 if (folder == nullptr) { in GetMessageListing()
574 auto name = folder->IsIgnore() ? "" : folder->GetName(); in GetMessageListing()
Dmap_mse_resource.cpp1045 MapMseEvent report(TYPE_NEW, event.handle, event.folder, MessageType(event.msgType)); in SendNewMessageEvent()
1051 eventTmp.folder_ = event.folder; in SendNewMessageEvent()
1063 eventTmp.folder_ = event.folder; in SendNewMessageEvent()
1086 MapMseEvent report(type, event.handle, event.folder, MessageType(event.msgType)); in SendMessageEvent()
1092 eventTmp.folder_ = event.folder; in SendMessageEvent()
1112 …MapMseEvent report(TYPE_SHIFT, event.handle, event.folder, event.oldFolder, MessageType(event.msgT… in SendMessageShiftEvent()
1118 eventTmp.folder_ = event.folder; in SendMessageShiftEvent()
1144 eventTmp.folder_ = event.folder; in SendMessageRemovedEvent()
1164 … MapMseEvent report(TYPE_SENDING_FAILURE, event.handle, event.folder, MessageType(event.msgType)); in SendingFailureEvent()
1170 eventTmp.folder_ = event.folder; in SendingFailureEvent()
[all …]
Dmap_mse_bmsg.h61 void SetFolder(const std::string &folder);
Dmap_mse_bmsg.cpp508 void MapMseBmsg::SetFolder(const std::string &folder) in SetFolder() argument
510 folder_ = folder; in SetFolder()
/foundation/ai/ai_engine/services/server/plugin_manager/
Dget_config_ini.py108 INI_CONFIG_PATH_PREFIX + folder + INI_CONFIG_PATH_SUFFIX
109 for folder in plugin_list
112 os.path.join(build_folder, folder) for folder in ini_config_folder
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/unittest/
DUdmfJsTest.js158 let folder = new UDC.Folder();
159 folder.details = {
163 folder.uri = 'folderUri';
164 let unifiedData = new UDC.UnifiedData(folder);
384 let folder = new UDC.Folder();
385 unifiedDatas.addRecord(folder);
/foundation/graphic/graphic_utils_lite/
DREADME.md40 # Generate the libgraphic_utils.so file in the out directory of the product folder through GN compi…
49 - The **test** folder provides unit testing for each utils API. Refer to it for the usage of ut…
97 # Generate the libgraphic_hals.so file in the out directory of the product folder through GN compil…
/foundation/distributeddatamgr/udmf/framework/common/
Dtlv_util.cpp133 auto folder = static_cast<Folder *>(input.get()); in CountBufferSize() local
134 if (folder == nullptr) { in CountBufferSize()
137 data.Count(folder->GetUri()); in CountBufferSize()
138 data.Count(folder->GetRemoteUri()); in CountBufferSize()
972 auto folder = static_cast<Folder *>(input.get()); in Writing() local
973 if (folder == nullptr) { in Writing()
976 if (!Writing(*folder, data)) { in Writing()
1124 std::shared_ptr<Folder> folder = std::make_shared<Folder>(); in Reading() local
1125 if (!Reading(*folder, data)) { in Reading()
1128 output = folder; in Reading()
/foundation/arkui/advanced_ui_component/
DREADME.md34 > See the [doc folder](https://gitee.com/openharmony-sig/arkui_advanced_ui_component/tree/master/do…
/foundation/arkui/ace_engine/frameworks/core/components/theme/tools/
Dbuild_theme_code.py235 folder = os.path.exists(sys.argv[2])
236 if not folder:
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
Dinterface_profile_map_mce.h311 virtual int SetPath(const RawAddress &device, const uint8_t flags, const std::u16string &folder,
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
Dmap_mce_parameter.h39 std::u16string folder = u""; member
197 std::u16string folder = u""; // such as: inbox , outbox member
/foundation/distributeddatamgr/udmf/interfaces/innerkits/
DBUILD.gn43 "${udmf_framework_path}/innerkitsimpl/data/folder.cpp",
/foundation/communication/bluetooth/interfaces/inner_api/include/
Dbluetooth_map_mce.h53 std::u16string folder = u""; member
284 std::u16string folder = u""; // such as: inbox , outbox member
/foundation/window/window_manager_lite/
DREADME.md41 # Generate the wms_server and libwms_client.so files in the out directory of the product folder thr…
/foundation/communication/bluetooth_service/services/bluetooth/service/src/map_mce/
Dmap_mce_service.h284 int SetPath(const RawAddress &device, const uint8_t flags, const std::u16string &folder,
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
Dmap_service.h129 std::string folder = ""; member
/foundation/systemabilitymgr/safwk/
DREADME.md159 Create a folder named **sa_profile** in the root directory of the subsystem. Then, create two files…
/foundation/arkui/ace_engine/frameworks/base/resource/
Dace_res_config.cpp864 for (auto& folder : candidateFolders) { in MatchAndSortDeclarativeResConfigs() local
865 if (folder == "default") { in MatchAndSortDeclarativeResConfigs()
868 AceResConfig resConfig = ConvertDeclarativeResTagToConfig(folder); in MatchAndSortDeclarativeResConfigs()
869 if (folder == ConvertDeclarativeResConfigToTag(resConfig)) { in MatchAndSortDeclarativeResConfigs()
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_map_mce.cpp288 fEventReport.folder = report.folder; in OnMapEventReported()
794 servicePara.folder = para.folder; in GetMessagesListing()
/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/
D使用说明文档.md43 注:建议在选项界面都勾选DevEco Studio,Add “bin” folder to the PATH,Add "Open Folder as Project"

12