Home
last modified time | relevance | path

Searched defs:type (Results 51 - 75 of 3614) sorted by relevance

12345678910>>...145

/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_system_ability_listener.cpp37 uint32_t type = OHOS::ResourceSchedule::ResType::RES_TYPE_REPORT_SCENE_BOARD; in OnAddSystemAbility() local
/foundation/ability/idl_tool/idl_tool_2/codegen/
H A Dcode_generator.cpp44 void CodegenBuilder::GeneratorRegister(InterfaceType type, AutoPtr<CodeGenerator> generator) in GeneratorRegister() argument
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/rust/
H A Dsa_rust_code_emitter.cpp33 AutoPtr<ASTType> type = pair.second; in EmitCommonHeaders() local
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/transform/
H A Dtransform_test.cpp292 OH_NN_FuseType type = OH_NN_FUSED_NONE; HWTEST_F() local
304 OH_NN_FuseType type = OH_NN_FUSED_RELU; HWTEST_F() local
316 OH_NN_FuseType type = OH_NN_FUSED_RELU6; HWTEST_F() local
328 OHOS::NeuralNetworkRuntime::Ops::OpsQuantType type = OHOS::NeuralNetworkRuntime::Ops::OpsQuantType::QUANT_NONE; HWTEST_F() local
340 OHOS::NeuralNetworkRuntime::Ops::OpsQuantType type = OHOS::NeuralNetworkRuntime::Ops::OpsQuantType::QUANT_ALL; HWTEST_F() local
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/transform/
H A Dtransform_test.cpp292 OH_NN_FuseType type = OH_NN_FUSED_NONE; HWTEST_F() local
304 OH_NN_FuseType type = OH_NN_FUSED_RELU; HWTEST_F() local
316 OH_NN_FuseType type = OH_NN_FUSED_RELU6; HWTEST_F() local
328 OHOS::NeuralNetworkRuntime::Ops::OpsQuantType type = OHOS::NeuralNetworkRuntime::Ops::OpsQuantType::QUANT_NONE; HWTEST_F() local
340 OHOS::NeuralNetworkRuntime::Ops::OpsQuantType type = OHOS::NeuralNetworkRuntime::Ops::OpsQuantType::QUANT_ALL; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dfault_data.cpp45 int type = 0; in ReadFromParcel() local
166 int type = 0; in ReadFromParcel() local
H A Dapp_state_data.cpp61 bool AppStateData::IsUIExtension(const AppExecFwk::ExtensionAbilityType type) in IsUIExtension() argument
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
H A Dconnection_data.cpp91 int type = 0; in ReadFromParcel() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dshared_transition_option.h33 SharedTransitionEffectType type = SharedTransitionEffectType::SHARED_EFFECT_EXCHANGE; member
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H A Drich_text_component.cpp30 RichTextComponent::RichTextComponent(const std::string& type) : type_(type) in RichTextComponent() argument
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_motion_path_evaluator.cpp19 MotionPathEvaluator( const MotionPathOption& option, const Offset& start, const Offset& end, PositionType type) MotionPathEvaluator() argument
H A Dmock_raw_recognizer.cpp33 CreateTouchEventInfo( const std::string &type, const TouchEvent &point, bool ignoreCurrent) const CreateTouchEventInfo() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_model_ng.h31 XComponentType type = XComponentType::SURFACE; member in OHOS::Ace::NG::final
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Ddistributed_ability_info.h29 AbilityType type = AbilityType::UNKNOWN; member
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/default_app/
H A Djs_default_app.h35 std::string type; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/default_app/
H A Delement.h28 std::string type; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dmodule_profile.h27 OverlayType type = NON_OVERLAY_TYPE; member
/foundation/communication/bluetooth_service/services/bluetooth/hardware/src/
H A Dbluetooth_hci_callbacks.cpp31 NO_SANITIZE("cfi") int32_t BluetoothHciCallbacks::OnReceivedHciPacket(BtType type, const std::vector<uint8_t> &data) in OnReceivedHciPacket() argument
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/src/
H A Dstub.cpp55 MessageDigest *MessageDigestFactory::GetInstance(const std::string &type) in GetInstance() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/setdefaultapplication_fuzzer/
H A Dsetdefaultapplication_fuzzer.cpp35 defaultApp.SetDefaultApplication(reinterpret_cast<uintptr_t>(data), type, want); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getdefaultapplication_fuzzer/
H A Dgetdefaultapplication_fuzzer.cpp31 defaultApp.GetDefaultApplication(reinterpret_cast<uintptr_t>(data), type, bundleInfo); in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dtypeface_test.h27 explicit TypefaceCreateDefault(int type) : TestBase(type) in TypefaceCreateDefault() argument
41 explicit TypefaceCreateFromFile(int type) : TestBase(type) in TypefaceCreateFromFile() argument
55 explicit TypefaceCreateFromStream(int type) : TestBase(type) in TypefaceCreateFromStream() argument
H A Dshader_effect_test.h27 explicit ShaderEffectCreateLinearGradient(int type) : TestBase(type) in ShaderEffectCreateLinearGradient() argument
40 explicit ShaderEffectCreateRadialGradient(int type) : TestBase(type) in ShaderEffectCreateRadialGradient() argument
53 explicit ShaderEffectCreateImageShader(int type) : TestBase(type) in ShaderEffectCreateImageShader() argument
66 explicit ShaderEffectCreateSweepGradient(int type) : TestBase(type) in ShaderEffectCreateSweepGradient() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/opitem_fuzzer/
H A Dop_item_fuzzer.cpp36 uint32_t type = GetObject<uint32_t>(); in OpItemFuzzTest000() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/drawing_utils/
H A Dnative_pixel_map_manager.cpp24 void NativePixelMapManager::Register(void* handle, NativePixelMapType type) in Register() argument

Completed in 11 milliseconds

12345678910>>...145