Home
last modified time | relevance | path

Searched defs:target (Results 226 - 250 of 2403) sorted by relevance

12345678910>>...97

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_navigator_bridge.cpp25 std::string target = secondArg->ToString(vm)->ToString(vm); in SetTarget() local
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H A Druntimetype.h49 bool IsType(RuntimeType* target) in IsType() argument
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A DPropertyHandlerArrayHolder.h29 META_NS::IProperty::WeakPtr target; member
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dstring_util.h36 inline void CopyStringToArray(const BASE_NS::string_view source, char* target, size_t maxLength) in CopyStringToArray() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_context.cpp46 bool ObjectContext::SetTarget(const IObject::Ptr& target) in SetTarget() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_transition.cpp71 auto target = GetTarget().lock(); in StartRenderTransition() local
[all...]
H A Drs_curve_animation.cpp60 auto target = GetTarget().lock(); in StartRenderAnimation() local
H A Drs_animation_group.cpp83 auto target = target_.lock(); in OnStart() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproxyrendernode_fuzzer/
H A Drsproxyrendernode_fuzzer.cpp78 auto target = std::make_shared<RSSurfaceRenderNode>(config); in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_proxy_render_node_test.cpp51 auto target = std::make_shared<RSSurfaceRenderNode>(config); in HWTEST_F() local
78 auto target = std::make_shared<RSSurfaceRenderNode>(config); in HWTEST_F() local
96 auto target = std::make_shared<RSSurfaceRenderNode>(config); in HWTEST_F() local
113 std::weak_ptr<RSSurfaceRenderNode> target; in HWTEST_F() local
132 auto target = std::make_shared<RSSurfaceRenderNode>(config); in HWTEST_F() local
152 auto target = std::make_shared<RSSurfaceRenderNode>(config); HWTEST_F() local
172 auto target = std::make_shared<RSSurfaceRenderNode>(config); HWTEST_F() local
192 auto target = std::make_shared<RSSurfaceRenderNode>(config); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_test.cpp327 auto target = animation->GetTarget(); in HWTEST_F() local
369 auto target = animation->GetTarget(); in HWTEST_F() local
408 auto target = animation->GetTarget(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_transition.cpp95 auto target = GetTarget(); in OnAttach() local
119 auto target = GetTarget(); in OnDetach() local
[all...]
/foundation/multimedia/image_effect/frameworks/native/render_environment/core/
H A Drender_opengl_renderer.cpp47 Draw(GLuint texId, GLuint fbo, RenderMesh *mesh, RenderGeneralProgram *shader, RenderViewport *viewport, GLenum target) Draw() argument
116 DrawOnScreenWithTransform(GLuint texId, RenderMesh *mesh, RenderGeneralProgram *shader, RenderViewport *viewport, GraphicTransformType type, GLenum target) DrawOnScreenWithTransform() argument
130 DrawOnScreen(GLuint texId, RenderMesh *mesh, RenderGeneralProgram *shader, RenderViewport *viewport, const void *trans, GLenum target) DrawOnScreen() argument
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Ddefault_client_mini_adapter.c51 SvcIdentity target = {INVALID_INDEX, INVALID_INDEX, INVALID_INDEX}; in QueryRemoteIdentityInner() local
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_mock.cpp39 bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectSignedNumberItem() argument
44 bool GetJsonObjectNumber64Item(const cJSON *json, const char * const string, int64_t *target) in GetJsonObjectNumber64Item() argument
64 bool GetJsonObjectNumberItem(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectNumberItem() argument
/foundation/communication/netmanager_base/test/netmanagernative/unittest/firewall_manager_test/
H A Dfirewall_manager_class_test.cpp258 std::string target = "DROP"; in HWTEST_F() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_channel_helper_test.cpp109 int target = FREP_2G_MIN; in HWTEST_F() local
118 int target = CHANNEL_14_FREP; in HWTEST_F() local
127 int target = FREP_5G_MIN; in HWTEST_F() local
136 int target = CHANNEL_2G_MIN; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_relational_sync_task_context.cpp54 void SingleVerRelationalSyncTaskContext::CopyTargetData(const ISyncTarget *target, const TaskParam &taskParam) in CopyTargetData() argument
/third_party/glslang/gtests/
H A DTestFixture.cpp85 EShMessages DeriveOptions(Source source, Semantics semantics, Target target) in DeriveOptions() argument
/third_party/gn/src/gn/
H A Daction_target_generator.cc21 ActionTargetGenerator( Target* target, Scope* scope, const FunctionCallNode* function_call, Target::OutputType type, Err* err) ActionTargetGenerator() argument
[all...]
H A Dbundle_file_rule.cc17 ErrMissingPropertyForExpansion(const Settings* settings, const Target* target, const BundleFileRule* bundle_file_rule, const char* property_name) ErrMissingPropertyForExpansion() argument
46 ApplyPatternToSource(const Settings* settings, const Target* target, const BundleData& bundle_data, const SourceFile& source_file, SourceFile* expanded_source_file, Err* err) const ApplyPatternToSource() argument
94 ApplyPatternToSourceAsOutputFile( const Settings* settings, const Target* target, const BundleData& bundle_data, const SourceFile& source_file, OutputFile* expanded_output_file, Err* err) const ApplyPatternToSourceAsOutputFile() argument
[all...]
H A Dconfig_values_extractors.h33 explicit ConfigValuesIterator(const Target* target) : target_(target) { in ConfigValuesIterator() argument
85 RecursiveTargetConfigToStream( RecursiveWriterConfig config, const Target* target, const std::vector<T>& (ConfigValues::*getter)() const, const Writer& writer, std::ostream& out) RecursiveTargetConfigToStream() argument
[all...]
H A Dgenerated_file_target_generator.cc14 GeneratedFileTargetGenerator( Target* target, Scope* scope, const FunctionCallNode* function_call, Target::OutputType type, Err* err) GeneratedFileTargetGenerator() argument
H A Dheader_checker.h39 const Target* target; member
90 const Target* target; member
[all...]
/third_party/gn/src/base/win/
H A Dscoped_process_information.cc18 bool CheckAndDuplicateHandle(HANDLE source, ScopedHandle* target) { in CheckAndDuplicateHandle() argument

Completed in 11 milliseconds

12345678910>>...97