| /foundation/ability/ability_runtime/frameworks/native/ability/native/ |
| H A D | service_extension.cpp | 30 void ServiceExtension::SetCreator(const CreatorFunc& creator) in SetCreator() argument
|
| /foundation/multimedia/media_foundation/engine/include/plugin/interface/ |
| H A D | video_sink_plugin.h | 110 PluginCreatorFunc<VideoSinkPlugin> creator; ///< Video sink plugin create function. member
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/ |
| H A D | image_creator_manager.cpp | 26 auto creator = GetImageCreatorByKeyId(keyId); in GetSurfaceByKeyId() local
|
| /foundation/communication/ipc/ipc/native/src/mock/source/ |
| H A D | invoker_factory.cpp | 47 bool InvokerFactory::Register(int protocol, InvokerCreator creator) in Register() argument
|
| /foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/ |
| H A D | vpn_extension.cpp | 34 void VpnExtension::SetCreator(const CreatorFunc& creator) in SetCreator() argument
|
| /foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/ |
| H A D | getter_system.cpp | 26 void GetterSystem::RegisterCreator(const std::string &name, Creator creator) in RegisterCreator() argument
|
| /foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
| H A D | client_factory.c | 25 Creator creator;
member 69 int SAMGR_RegisterFactory(const char *service, const char *feature, Creator creator, Destroyer destroyer)
in SAMGR_RegisterFactory() argument
|
| /foundation/communication/ipc/ipc/native/src/core/source/ |
| H A D | iremote_broker.cpp | 51 bool BrokerRegistration::Register(const std::u16string &descriptor, const Constructor &creator, in Register() argument
|
| /foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_manager/ |
| H A D | device_manager_test.cpp | 128 std::function<std::shared_ptr<HDIDeviceV2_0>()> creator = in HWTEST_F() local 142 std::function<std::shared_ptr<HDIDeviceV2_0>()> creator = in HWTEST_F() local 164 std::function<std::shared_ptr<HDIDeviceV2_0>()> creator = in HWTEST_F() local 186 std::function<std::shared_ptr<HDIDeviceV2_0>()> creator = in HWTEST_F() local 208 std::function<std::shared_ptr<HDIDeviceV2_0>()> creator = in HWTEST_F() local [all...] |
| /foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
| H A D | backend_manager.cpp | 101 RegisterBackend( const std::string& backendName, std::function<std::shared_ptr<Backend>()> creator) RegisterBackend() argument
|
| /foundation/multimedia/media_foundation/engine/plugin/core/ |
| H A D | plugin_register.h | 36 PluginCreatorFunc<PluginBase> creator; member
|
| /foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/ |
| H A D | duration_statistic.cpp | 71 Register( const OHOS::SoftBus::DurationStatisticCalculatorFactory::Creator &creator) Register() argument
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | connection.cpp | 32 auto creator = g_creators[dbType]; in Create() local 84 int32_t Connection::RegisterCreator(int32_t dbType, Creator creator) in RegisterCreator() argument
|
| /base/hiviewdfx/hiview/base/include/ |
| H A D | audit_log_parser.h | 51 std::string creator = ""; member
|
| /foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/ |
| H A D | nn_tensor_test.cpp | 286 std::function<std::shared_ptr<Backend>()> creator = Creator; in HWTEST_F() local 389 std::function<std::shared_ptr<Backend>()> creator = Creator2; in HWTEST_F() local 454 std::function<std::shared_ptr<Backend>()> creator = Creator3; in HWTEST_F() local 523 std::function<std::shared_ptr<Backend>()> creator = Creator4; in HWTEST_F() local
|
| /foundation/ai/neural_network_runtime/test/unittest/components/nn_compiled_cache/ |
| H A D | nn_compiled_cache_test.cpp | 159 std::function<std::shared_ptr<Backend>()> creator = Creator; in HWTEST_F() local 244 std::function<std::shared_ptr<Backend>()> creator = Creator2; in HWTEST_F() local 461 std::function<std::shared_ptr<Backend>()> creator = Creator; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | navigation_model.h | 43 virtual void SetNavigationStackWithCreatorAndUpdater(std::function<RefPtr<NG::NavigationStack>()> creator, in SetNavigationStackWithCreatorAndUpdater() argument
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
| H A D | image_creator_test.cpp | 160 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1);
in HWTEST_F() local 176 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1);
in HWTEST_F() local 193 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1);
in HWTEST_F() local 208 std::shared_ptr<ImageCreator> creator in HWTEST_F() local 224 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); HWTEST_F() local 270 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(8, 8, 3, 1); HWTEST_F() local 288 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); HWTEST_F() local 303 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); HWTEST_F() local 318 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); HWTEST_F() local 332 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); HWTEST_F() local 347 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/feature/ |
| H A D | feature_system.cpp | 25 int32_t FeatureSystem::RegisterCreator(const std::string &name, Creator creator, int32_t flag) in RegisterCreator() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
| H A D | feature_test.cpp | 61 FeatureSystem::Creator creator = []() {
in HWTEST_F() local
|
| /foundation/filemanagement/app_file_service/tests/mock/backup_ext/src/ |
| H A D | ext_backup_mock.cpp | 21 void ExtBackup::SetCreator(const CreatorFunc &creator) in SetCreator() argument
|
| /third_party/node/src/ |
| H A D | aliased_buffer-inl.h | 78 Serialize( v8::Local<v8::Context> context, v8::SnapshotCreator* creator) Serialize() argument
|
| H A D | node_realm.cc | 95 RealmSerializeInfo Realm::Serialize(SnapshotCreator* creator) { in Serialize() argument
|
| /foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
| H A D | file_access_ext_ability.cpp | 32 void FileAccessExtAbility::SetCreator(const CreatorFunc &creator) in SetCreator() argument
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
| H A D | native_image_test.cpp | 260 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); in HWTEST_F() local 358 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); in HWTEST_F() local 377 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); in HWTEST_F() local
|