Home
last modified time | relevance | path

Searched defs:flags (Results 1226 - 1250 of 5838) sorted by relevance

1...<<41424344454647484950>>...234

/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/
H A Dlabel_classify.cpp79 std::vector<tflite::Flag> flags; in InitFromCmdlineArgs() local
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_start_options.cpp207 int32_t flags = 0; in UnwrapStartOptionsAndWant() local
/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dmock_bundle_mgr.cpp79 bool BundleMgrService::QueryAbilityInfo(const AAFwk::Want& want, int32_t flags, int32_t userId, in QueryAbilityInfo() argument
173 bool BundleMgrService::ImplicitQueryInfos(const Want& want, int32_t flags, int32_t userId, bool withDefault, in ImplicitQueryInfos() argument
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
H A Dmock_bundle_manager.cpp148 bool BundleMgrService::QueryAbilityInfo(const Want& want, int32_t flags, int32_t userId, AbilityInfo& abilityInfo) in QueryAbilityInfo() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_mem.h103 static inline void* MallocFlags(size_t size, unsigned flags) in MallocFlags() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_user_info.cpp91 int flags = fcntl(fd, F_GETFL); in Dump() local
/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/
H A Dmock_bundle_manager.cpp96 bool BundleMgrService::QueryAbilityInfo(const Want& want, int32_t flags, int32_t userId, AbilityInfo& abilityInfo) in QueryAbilityInfo() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_resource_proxy_test/
H A Dbundle_resource_proxy_test.cpp136 uint32_t flags = 1; in HWTEST_F() local
156 uint32_t flags = 1; in HWTEST_F() local
176 uint32_t flags = 1; in HWTEST_F() local
195 uint32_t flags = 1; in HWTEST_F() local
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_remote_device_observer_proxy.cpp236 InnerTransact( uint32_t code, MessageOption &flags, MessageParcel &data, MessageParcel &reply) InnerTransact() argument
H A Dbluetooth_host_observer_proxy.cpp274 InnerTransact( uint32_t code, MessageOption &flags, MessageParcel &data, MessageParcel &reply) InnerTransact() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_advertiser_proxy.cpp268 InnerTransact( uint32_t code, MessageOption &flags, MessageParcel &data, MessageParcel &reply) InnerTransact() argument
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/
H A Dbundlems_slite_client.cpp161 uint8_t BundleMsClient::GetBundleInfo (const char *bundleName, int32_t flags, BundleInfo *bundleInfo) const in GetBundleInfo() argument
173 uint8_t BundleMsClient::GetBundleInfos (int32_t flags, BundleInfo **bundleInfos, int32_t *len) const in GetBundleInfos() argument
218 uint8_t BundleMsClient::GetBundleInfosNoReplication (const int flags, BundleInfo **bundleInfos, int32_t *len) const in GetBundleInfosNoReplication() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleconnectabilitymgr_fuzzer/
H A Dbundleconnectabilitymgr_fuzzer.cpp46 int32_t flags = reinterpret_cast<uintptr_t>(data); in DoSomethingInterestingWithMyAPI() local
93 int32_t flags = reinterpret_cast<uintptr_t>(data); in DoSomething2() local
/foundation/multimedia/audio_framework/services/audio_policy/safe_volume_notification/src/
H A Daudio_safe_volume_notification_impl.cpp146 std::vector<AbilityRuntime::WantAgent::WantAgentConstant::Flags> flags; in SetActionButton() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2.cpp73 ImportGltfScene(size_t sceneIndex, const IGLTFData& gltfData, const GLTFResourceData& gltfResourceData, IEcs& ecs, Entity rootEntity, GltfSceneImportFlags flags) ImportGltfScene() argument
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject.h218 RegisterStaticPropertyMetadata(const META_NS::InterfaceInfo& intf, BASE_NS::string_view name, ObjectFlagBitsValue flags, Internal::PCtor* ctor, Internal::PMemberInit* init) RegisterStaticPropertyMetadata() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_image_gles.cpp62 constexpr uint32_t ConvertSampleCountFlags(SampleCountFlags flags) in ConvertSampleCountFlags() argument
H A Dpipeline_state_object_gles.cpp103 DynamicStateFlags flags = 0; in GetDynamicStateFlags() local
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dcamera_impl.cpp254 auto flags = META_NS::GetValue(camera->PipelineFlags()) | CORE3D_NS::CameraComponent::MULTI_VIEW_ONLY_BIT; variable
255 camera->PipelineFlags()->SetValue(flags); variable
294 auto flags = META_NS::GetValue(camera->PipelineFlags()) & ~CORE3D_NS::CameraComponent::MULTI_VIEW_ONLY_BIT; variable
295 camera->PipelineFlags()->SetValue(flags); variable
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/common/
H A Dhelp_utils.cpp85 bool StorageTestUtils::CheckUserDir(int32_t userId, uint32_t flags) in CheckUserDir() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_vertices.cpp143 void SkiaVertices::SkiaBuilder::Init(VertexMode mode, int vertexCount, int indexCount, uint32_t flags) in Init() argument
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Dheif_box.h129 void SetFlags(uint32_t flags) { flags_ = flags; } in SetFlags() argument
/foundation/multimedia/media_foundation/src/buffer/avsharedmemory/
H A Davsharedmemorybase.cpp63 AVSharedMemoryBase::AVSharedMemoryBase(int32_t size, uint32_t flags, const std::string &name) in AVSharedMemoryBase() argument
70 AVSharedMemoryBase::AVSharedMemoryBase(int32_t fd, int32_t size, uint32_t flags, const std::string &name) in AVSharedMemoryBase() argument
37 CreateFromLocal( int32_t size, uint32_t flags, const std::string &name) CreateFromLocal() argument
50 CreateFromRemote( int32_t fd, int32_t size, uint32_t flags, const std::string &name) CreateFromRemote() argument
[all...]
/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Dbundle_manager_helper.cpp102 bool BundleManagerHelper::QueryAbilityInfo(const AAFwk::Want &want, int32_t flags, int32_t userId, in QueryAbilityInfo() argument
/foundation/resourceschedule/ffrt/test/testfunc/
H A Dutil.cpp120 static int perf_event_open(struct perf_event_attr* attr, pid_t pid, int cpu, int group_fd, unsigned long flags) in perf_event_open() argument

Completed in 13 milliseconds

1...<<41424344454647484950>>...234