Home
last modified time | relevance | path

Searched defs:Creator (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry/
H A Dregistry.h69 typedef void *(*Creator)(const char *service, const char *feature, uint32 size); typedef
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/
H A Dgetter_system.h32 using Creator = std::function<std::shared_ptr<GeneralGetter>()>; variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dentity_factory.h33 using Creator = std::function<WifiDirectEntity&(InnerLink::LinkType)>; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection.h37 using Creator = std::pair<int32_t, SConn> (*)(const RdbStoreConfig &config, bool isWriter); variable
H A Dconnection_pool.h83 using Creator = std::function<std::pair<int32_t, std::shared_ptr<Connection>>()>; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Ddata_ability_helper.cpp43 std::shared_ptr<DataAbilityHelper> DataAbilityHelper::Creator(const std::shared_ptr<Context> contex… in Creator() function in OHOS::AppExecFwk::DataAbilityHelper
62 std::shared_ptr<DataAbilityHelper> DataAbilityHelper::Creator( in Creator() function in OHOS::AppExecFwk::DataAbilityHelper
97 std::shared_ptr<DataAbilityHelper> DataAbilityHelper::Creator( in Creator() function in OHOS::AppExecFwk::DataAbilityHelper
135 std::shared_ptr<DataAbilityHelper> DataAbilityHelper::Creator( in Creator() function in OHOS::AppExecFwk::DataAbilityHelper
159 std::shared_ptr<DataAbilityHelper> DataAbilityHelper::Creator( in Creator() function in OHOS::AppExecFwk::DataAbilityHelper
179 std::shared_ptr<DataAbilityHelper> DataAbilityHelper::Creator(const sptr<IRemoteObject> token) in Creator() function in OHOS::AppExecFwk::DataAbilityHelper
200 std::shared_ptr<DataAbilityHelper> DataAbilityHelper::Creator( in Creator() function in OHOS::AppExecFwk::DataAbilityHelper
H A Ddata_ability_helper_impl.cpp115 std::shared_ptr<DataAbilityHelperImpl> DataAbilityHelperImpl::Creator(const std::shared_ptr<Context… in Creator() function in OHOS::AppExecFwk::DataAbilityHelperImpl
143 std::shared_ptr<DataAbilityHelperImpl> DataAbilityHelperImpl::Creator( in Creator() function in OHOS::AppExecFwk::DataAbilityHelperImpl
184 std::shared_ptr<DataAbilityHelperImpl> DataAbilityHelperImpl::Creator( in Creator() function in OHOS::AppExecFwk::DataAbilityHelperImpl
220 std::shared_ptr<DataAbilityHelperImpl> DataAbilityHelperImpl::Creator(const sptr<IRemoteObject> &to… in Creator() function in OHOS::AppExecFwk::DataAbilityHelperImpl
246 std::shared_ptr<DataAbilityHelperImpl> DataAbilityHelperImpl::Creator( in Creator() function in OHOS::AppExecFwk::DataAbilityHelperImpl
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dtransaction.h76 using Creator = std::function<std::pair<int32_t, std::shared_ptr<Transaction>>( variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/feature/
H A Dfeature_system.h61 using Creator = std::function<std::shared_ptr<Feature>()>; variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dduration_statistic.h64 …using Creator = std::function<std::shared_ptr<DurationStatisticCalculator>(enum WifiDirectConnectT… variable
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Ddatashare_helper.cpp27 std::shared_ptr<DataShareHelper> DataShareHelper::Creator( in Creator() function in OHOS::DataShare::DataShareHelper
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dauto_cache.h42 using Creator = std::function<GeneralStore *(const StoreMetaData &)>; variable
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/mock/
H A Ddatashare_helper.cpp54 std::shared_ptr<DataShareHelper> DataShareHelper::Creator( in Creator() function in OHOS::DataShare::DataShareHelper
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper.cpp77 std::shared_ptr<DataShareHelper> DataShareHelper::Creator( in Creator() function in OHOS::DataShare::DataShareHelper
105 std::shared_ptr<DataShareHelper> DataShareHelper::Creator(const string &strUri, const CreateOptions… in Creator() function in OHOS::DataShare::DataShareHelper
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_helper.cpp234 std::pair<std::shared_ptr<FileAccessHelper>, int> FileAccessHelper::Creator( in Creator() function in OHOS::FileAccessFwk::FileAccessHelper
256 std::pair<std::shared_ptr<FileAccessHelper>, int> FileAccessHelper::Creator( in Creator() function in OHOS::FileAccessFwk::FileAccessHelper
282 std::shared_ptr<FileAccessHelper> FileAccessHelper::Creator(const sptr<IRemoteObject> &token, in Creator() function in OHOS::FileAccessFwk::FileAccessHelper
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiled_cache/
H A Dnn_compiled_cache_test.cpp116 std::shared_ptr<Backend> Creator() in Creator() function
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/
H A Dnn_tensor_test.cpp241 std::shared_ptr<Backend> Creator() in Creator() function