Home
last modified time | relevance | path

Searched defs:caller (Results 26 - 50 of 156) sorted by relevance

1234567

/base/security/security_guard/test/unittest/data_collect/include/
H A Dconfig_define.h33 std::vector<std::string> caller; member
/foundation/ability/form_fwk/test/unittest/fms_form_caller_mgr_test/
H A Dform_caller_mgr_test.cpp380 std::shared_ptr<FormHostCaller> caller = std::make_shared<FormHostCaller>(formJsInfo, nullptr); in HWTEST_F() local
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/
H A Ddomain_manager.cpp87 int32_t DomainManager::AddPeer(std::shared_ptr<ITransmitMgr> mgr, std::shared_ptr<IDomainPeer> caller) in AddPeer() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dwindow_options_utils.cpp80 sptr<IRemoteObject> caller; in UpdateStartOptionsToSetDisplayID() local
103 sptr<IRemoteObject> caller; in UpdateWantToSetDisplayID() local
/third_party/mesa3d/src/mesa/main/
H A Dgenmipmap.c236 validate_params_and_generate_mipmap(struct gl_texture_object *texObj, const char* caller) in validate_params_and_generate_mipmap() argument
115 generate_texture_mipmap(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, const char* caller) generate_texture_mipmap() argument
[all...]
H A Dprogram_resource.c71 lookup_linked_program(GLuint program, const char *caller) in lookup_linked_program() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-bigint.cc78 ThisBigIntValue(Isolate* isolate, Handle<Object> value, const char* caller) ThisBigIntValue() argument
/base/hiviewdfx/hiview/base/
H A Dpipeline.cpp121 void PipelineEvent::FillPipelineInfo(std::shared_ptr<Plugin> caller, const std::string& pipelineName, in FillPipelineInfo() argument
/base/hiviewdfx/hiview/plugins/unified_collector/task/
H A Dcpu_collection_task.cpp31 UCollect::TraceCaller caller; member
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dtrace_collector_test.cpp53 UCollect::TraceCaller caller = UCollect::TraceCaller::XPERF; in HWTEST_F() local
76 UCollect::TraceCaller caller = UCollect::TraceCaller::XPOWER; in HWTEST_F() local
100 UCollect::TraceCaller caller = UCollect::TraceCaller::RELIABILITY; in HWTEST_F() local
147 UCollect::TraceCaller caller = UCollect::TraceCaller::BETACLUB; HWTEST_F() local
173 UCollect::TraceCaller caller = UCollect::TraceCaller::OTHER; HWTEST_F() local
263 UCollect::TraceCaller caller = UCollect::TraceCaller::DEVELOP; HWTEST_F() local
306 UCollect::TraceCaller caller = UCollect::TraceCaller::DEVELOP; HWTEST_F() local
331 UCollect::TraceCaller caller = UCollect::TraceCaller::DEVELOP; HWTEST_F() local
357 UCollect::TraceCaller caller = UCollect::TraceCaller::DEVELOP; HWTEST_F() local
383 UCollect::TraceCaller caller = UCollect::TraceCaller::HIVIEW; HWTEST_F() local
[all...]
/base/hiviewdfx/hiview/service/test/fuzztest/common/hiviewservice_fuzzer/
H A Dhiviewservice_fuzzer.cpp78 UCollect::TraceCaller caller = static_cast<UCollect::TraceCaller>(*data); in HiViewServiceDumpSnapshotTraceFuzzTest() local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/security_guard_report/include/
H A Dcm_security_guard_report.h37 char *caller; member
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_service_test.cpp188 SecCompCallerInfo caller; in HWTEST_F() local
353 SecCompCallerInfo caller; in HWTEST_F() local
[all...]
H A Dsec_comp_manager_test.cpp333 SecCompCallerInfo caller = { in HWTEST_F() local
371 SecCompCallerInfo caller = { in HWTEST_F() local
409 SecCompCallerInfo caller = { in HWTEST_F() local
426 SecCompCallerInfo caller = { HWTEST_F() local
470 SecCompCallerInfo caller = { HWTEST_F() local
554 SecCompCallerInfo caller = { HWTEST_F() local
[all...]
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/
H A Dmpp_meta_impl.h45 const char *caller; member
/foundation/ability/ability_runtime/test/unittest/ability_timeout_test/
H A Dability_timeout_test.cpp293 auto caller = AbilityRecord::CreateAbilityRecord(abilityRequest); in HWTEST_F() local
360 auto caller = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
424 auto caller = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
485 auto caller = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
549 auto caller = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
666 auto caller = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
732 auto caller = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
796 auto caller = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
860 auto caller = AbilityRecord::CreateAbilityRecord(abilityRequest); HWTEST_F() local
[all...]
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_slice_manager.cpp60 void AbilitySliceManager::Present(const AbilitySlice &caller, AbilitySlice &target, const Want &want) in Present() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/start_ability_handler/
H A Dstart_ability_sandbox_savefile.cpp128 int StartAbilitySandboxSavefile::PushRecord(int reqCode, const std::shared_ptr<AbilityRecord> &caller) in PushRecord() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dtext_trace.h84 static void TraceWithLevel(TextTraceLevel level, const std::string& traceStr, std::string caller) in TraceWithLevel() argument
/third_party/libwebsockets/lib/core-net/
H A Dclose.c1008 lws_close_free_wsi(struct lws *wsi, enum lws_close_status reason, const char *caller) in lws_close_free_wsi() argument
346 __lws_close_free_wsi(struct lws *wsi, enum lws_close_status reason, const char *caller) __lws_close_free_wsi() argument
/third_party/skia/gm/
H A Ddrawatlascolor.cpp32 static sk_sp<SkImage> make_atlas(SkCanvas* caller, int atlasSize) { in make_atlas() argument
/base/hiviewdfx/hiview/base/include/
H A Dpipeline.h86 static std::shared_ptr<PipelineEventType> RepackPipelineEvent(std::shared_ptr<Plugin> caller, in RepackPipelineEvent() argument
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/
H A Ddecorator_test.cpp100 UCollect::TraceCaller caller = UCollect::TraceCaller::OTHER; in CallCollectorFuncs() local
/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_ability_proxy.cpp154 CollectResultParcelable<std::vector<std::string>> HiviewServiceAbilityProxy::DumpSnapshotTrace(int32_t caller) in DumpSnapshotTrace() argument
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Dinner_event.cpp112 InnerEvent::Pointer InnerEvent::Get(uint32_t innerEventId, int64_t param, const Caller &caller) in Get() argument
124 InnerEvent::Pointer InnerEvent::Get(const EventId &innerEventId, int64_t param, const Caller &caller) in Get() argument
144 Get(const Callback &callback, const std::string &name, const Caller &caller) Get() argument
[all...]

Completed in 13 milliseconds

1234567