Home
last modified time | relevance | path

Searched refs:datas (Results 326 - 349 of 349) sorted by relevance

1...<<11121314

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.cpp584 autoLaunchMetaData.datas.emplace(extUri, tempData);
592 autoLaunchMetaData.datas.emplace(extUri, launchInfo.tableNames);
624 if (autoLaunchMetaData.datas.empty() || !AllowCleanDataLaunchApp(event, autoLaunchMetaData.launchForCleanData)) {
627 for (const auto &[uri, metaTables] : autoLaunchMetaData.datas) {
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp1317 void InputHub::GetDevicesInfoByType(const uint32_t inputTypes, std::map<int32_t, std::string> &datas) in GetDevicesInfoByType() argument
1336 datas.insert(std::pair<int32_t, std::string>(device->fd, device->identifier.descriptor)); in GetDevicesInfoByType()
1341 void InputHub::GetDevicesInfoByDhId(std::vector<std::string> dhidsVec, std::map<int32_t, std::string> &datas) in GetDevicesInfoByDhId() argument
1347 datas.insert(std::pair<int32_t, std::string>(device->fd, dhId)); in GetDevicesInfoByDhId()
/third_party/python/Lib/test/
H A Dtest_httpservers.py981 self.datas = []
984 self.datas.append(data)
987 return b''.join(self.datas)
991 return len(self.datas)
/foundation/multimodalinput/input/service/connect_manager/include/
H A Di_multimodal_input_connect.h110 virtual int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas) = 0;
H A Dmultimodal_input_connect_proxy.h95 int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas) override;
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h60 int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas);
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h103 * @brief Get the process info datas to other server.
108 int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp83 int32_t OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) override
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_stub.cpp1633 std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> datas; in StubGetAllMmiSubscribedEvents() local
1634 int32_t ret = GetAllMmiSubscribedEvents(datas); in StubGetAllMmiSubscribedEvents()
1639 int32_t size = static_cast<int32_t>(datas.size()); in StubGetAllMmiSubscribedEvents()
1641 for (const auto &data : datas) { in StubGetAllMmiSubscribedEvents()
H A Dmultimodal_input_connect_manager.cpp84 int32_t> &datas) in GetAllMmiSubscribedEvents()
88 return multimodalInputConnectService_->GetAllMmiSubscribedEvents(datas); in GetAllMmiSubscribedEvents()
83 GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas) GetAllMmiSubscribedEvents() argument
H A Dmultimodal_input_connect_proxy.cpp1399 int32_t> &datas) in GetAllMmiSubscribedEvents()
1427 datas.emplace(tuple, syncState); in GetAllMmiSubscribedEvents()
1398 GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas) GetAllMmiSubscribedEvents() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dui_ability.cpp1024 std::vector<AppExecFwk::CustomizeData> datas = abilityInfo_->metaData.customizeData; in GetWindowOption() local
1025 for (AppExecFwk::CustomizeData data : datas) { in GetWindowOption()
H A Dability.cpp1715 std::vector<CustomizeData> datas = abilityInfo_->metaData.customizeData; in GetWindowOption() local
1716 for (CustomizeData data : datas) { in GetWindowOption()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderImageLoadStoreTests.cpp778 std::vector<GLshort> datas; member in glcts::__anon27696::ShortByteData
782 : data(size * size, value), datas(size * size * 4), datab(size * size * 4) in ShortByteData()
794 for (unsigned i = 0; i < datas.size(); i += 4) in ShortByteData()
796 datas[i] = static_cast<GLshort>(data[i / 4][0]); in ShortByteData()
797 datas[i + 1] = static_cast<GLshort>(data[i / 4][1]); in ShortByteData()
798 datas[i + 2] = static_cast<GLshort>(data[i / 4][2]); in ShortByteData()
799 datas[i + 3] = static_cast<GLshort>(data[i / 4][3]); in ShortByteData()
804 for (unsigned i = 0; i < datas.size(); i += 4) in ShortByteData()
1412 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, kSize, kSize, format, type, &d.datas[0]); in Read()
1553 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, kSize, kSize, format, type, &d.datas[ in ReadCS()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp807 std::vector<GLshort> datas; member in gl4cts::es31compatibility::__anon27628::ShortByteData
811 : data(size * size, value), datas(size * size * 4), datab(size * size * 4) in ShortByteData()
823 for (unsigned i = 0; i < datas.size(); i += 4) in ShortByteData()
825 datas[i] = static_cast<GLshort>(data[i / 4][0]); in ShortByteData()
826 datas[i + 1] = static_cast<GLshort>(data[i / 4][1]); in ShortByteData()
827 datas[i + 2] = static_cast<GLshort>(data[i / 4][2]); in ShortByteData()
828 datas[i + 3] = static_cast<GLshort>(data[i / 4][3]); in ShortByteData()
833 for (unsigned i = 0; i < datas.size(); i += 4) in ShortByteData()
1447 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, kSize, kSize, format, type, &d.datas[0]); in Read()
1588 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, kSize, kSize, format, type, &d.datas[ in ReadCS()
[all...]
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h110 int32_t> &datas) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_general_store_test.cpp112 int32_t OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) override
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp87 sk_sp<SkFontMgr> SkFontMgr_New_Custom_Data(sk_sp<SkData>* datas, int n);
1308 auto datas = reinterpret_cast<const uint8_t**>(dPtr); in EMSCRIPTEN_BINDINGS()
1313 skdatas[i] = SkData::MakeFromMalloc(datas[i], sizes[i]); in EMSCRIPTEN_BINDINGS()
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/
H A Dhdi_device_test.cpp1605 uint8_t datas = 0; in HWTEST_F() local
1606 uint8_t *data = &datas; in HWTEST_F()
2977 uint8_t datas = 0; in HWTEST_F() local
2978 uint8_t *data = &datas; in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp112 int32_t InputManagerImpl::GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas) in GetAllMmiSubscribedEvents() argument
116 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetAllMmiSubscribedEvents(datas); in GetAllMmiSubscribedEvents()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2456 int32_t MMIService::GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas) in GetAllMmiSubscribedEvents() argument
2459 NapProcess::GetInstance()->GetAllMmiSubscribedEvents(datas); in GetAllMmiSubscribedEvents()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp8703 std::vector<ShortcutInfo> datas; in GetAllDesktopShortcutInfo() local
8704 shortcutStorage_->GetAllDesktopShortcutInfo(userId, datas); in GetAllDesktopShortcutInfo()
8705 for (const auto &data : datas) { in GetAllDesktopShortcutInfo()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp234 std::vector<int32_t> datas = {}; in GetDatas() local
236 config.IntoVector(datas); in GetDatas()
238 return datas; in GetDatas()
/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_stub_ex_test.cpp188 int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas) override

Completed in 87 milliseconds

1...<<11121314