Home
last modified time | relevance | path

Searched refs:product_ (Results 1 - 16 of 16) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_device.cpp22 : id_(id), name_(name), type_(deviceType), bus_(bus), version_(version), product_(product), in InputDevice()
77 product_ = product; in SetProduct()
82 return product_; in GetProduct()
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/common/pluginadapter/
H A Dplugin_adapter_test.cpp108 systemPro.product_ = "phone 1.0"; in HWTEST_F()
138 systemPro.product_ = "phone 2.0"; in HWTEST_F()
/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Ddevice.h133 int32_t product_ { 0 };
188 product_ = product; in SetProduct()
252 return product_; in GetProduct()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dinput_device.h123 int32_t product_ { -1 };
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_impl.h72 std::shared_ptr<UdmfServiceImpl> product_; member in OHOS::UDMF::final::Factory
H A Dudmf_service_impl.cpp60 if (product_ == nullptr) { in Factory()
61 product_ = std::make_shared<UdmfServiceImpl>(); in Factory()
63 return product_; in Factory()
71 product_ = nullptr; in ~Factory()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h234 return product_; in GetProduct()
629 static std::string product_; member in OHOS::Ace::final
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp65 std::string SystemProperties::product_ = UNDEFINED_PARAM; member in OHOS::Ace::SystemProperties
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp393 std::string SystemProperties::product_ = INVALID_PARAM; member in OHOS::Ace::SystemProperties
554 product_ = ::GetMarketName(); in InitDeviceInfo()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.h114 std::shared_ptr<KVDBServiceImpl> product_; member in OHOS::DistributedKv::final::Factory
H A Dkvdb_service_impl.cpp66 if (product_ == nullptr) { in Factory()
67 product_ = std::make_shared<KVDBServiceImpl>(); in Factory()
69 return product_; in Factory()
85 product_ = nullptr; in ~Factory()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.h143 std::shared_ptr<RdbServiceImpl> product_; member in OHOS::DistributedRdb::RdbServiceImpl::Factory
H A Drdb_service_impl.cpp72 if (product_ == nullptr) { in Factory()
73 product_ = std::make_shared<RdbServiceImpl>(); in Factory()
75 return product_; in Factory()
/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice.cpp142 product_ = inputId.product; in QueryDeviceInfo()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.h87 std::shared_ptr<CloudServiceImpl> product_; member in OHOS::CloudData::CloudServiceImpl::Factory
H A Dcloud_service_impl.cpp71 if (product_ == nullptr) {
72 product_ = std::make_shared<CloudServiceImpl>();
74 return product_;

Completed in 16 milliseconds