/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_service_impl.cpp | 584 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 D | input_hub.cpp | 1317 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 D | test_httpservers.py | 981 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 D | i_multimodal_input_connect.h | 110 virtual int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas) = 0;
|
H A D | multimodal_input_connect_proxy.h | 95 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 D | input_manager_impl.h | 60 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 D | input_manager.h | 103 * @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 D | cloud_test.cpp | 83 int32_t OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) override
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_stub.cpp | 1633 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 D | multimodal_input_connect_manager.cpp | 84 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 D | multimodal_input_connect_proxy.cpp | 1399 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 D | ui_ability.cpp | 1024 std::vector<AppExecFwk::CustomizeData> datas = abilityInfo_->metaData.customizeData; in GetWindowOption() local 1025 for (AppExecFwk::CustomizeData data : datas) { in GetWindowOption()
|
H A D | ability.cpp | 1715 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 D | es31cShaderImageLoadStoreTests.cpp | 778 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 D | gl4cES31CompatibilityShaderImageLoadStoreTests.cpp | 807 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 D | mmi_service.h | 110 int32_t> &datas) override;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | kvdb_general_store_test.cpp | 112 int32_t OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) override
|
/third_party/skia/modules/canvaskit/ |
H A D | canvaskit_bindings.cpp | 87 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 D | hdi_device_test.cpp | 1605 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 D | input_manager_impl.cpp | 112 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 D | mmi_service.cpp | 2456 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 D | bundle_data_mgr.cpp | 8703 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 D | camera_framework_unittest.cpp | 234 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 D | multimodal_input_connect_stub_ex_test.cpp | 188 int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas) override
|