/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_system_ability_listener.cpp | 37 uint32_t type = OHOS::ResourceSchedule::ResType::RES_TYPE_REPORT_SCENE_BOARD; in OnAddSystemAbility() local
|
/foundation/ability/idl_tool/idl_tool_2/codegen/ |
H A D | code_generator.cpp | 44 void CodegenBuilder::GeneratorRegister(InterfaceType type, AutoPtr<CodeGenerator> generator)
in GeneratorRegister() argument
|
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/rust/ |
H A D | sa_rust_code_emitter.cpp | 33 AutoPtr<ASTType> type = pair.second;
in EmitCommonHeaders() local
|
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/transform/ |
H A D | transform_test.cpp | 292 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 D | transform_test.cpp | 292 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 D | fault_data.cpp | 45 int type = 0; in ReadFromParcel() local 166 int type = 0; in ReadFromParcel() local
|
H A D | app_state_data.cpp | 61 bool AppStateData::IsUIExtension(const AppExecFwk::ExtensionAbilityType type) in IsUIExtension() argument
|
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/ |
H A D | connection_data.cpp | 91 int type = 0; in ReadFromParcel() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | shared_transition_option.h | 33 SharedTransitionEffectType type = SharedTransitionEffectType::SHARED_EFFECT_EXCHANGE; member
|
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/ |
H A D | rich_text_component.cpp | 30 RichTextComponent::RichTextComponent(const std::string& type) : type_(type) in RichTextComponent() argument
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_motion_path_evaluator.cpp | 19 MotionPathEvaluator( const MotionPathOption& option, const Offset& start, const Offset& end, PositionType type) MotionPathEvaluator() argument
|
H A D | mock_raw_recognizer.cpp | 33 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 D | xcomponent_model_ng.h | 31 XComponentType type = XComponentType::SURFACE; member in OHOS::Ace::NG::final
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | distributed_ability_info.h | 29 AbilityType type = AbilityType::UNKNOWN; member
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/default_app/ |
H A D | js_default_app.h | 35 std::string type; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/default_app/ |
H A D | element.h | 28 std::string type; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | module_profile.h | 27 OverlayType type = NON_OVERLAY_TYPE; member
|
/foundation/communication/bluetooth_service/services/bluetooth/hardware/src/ |
H A D | bluetooth_hci_callbacks.cpp | 31 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 D | stub.cpp | 55 MessageDigest *MessageDigestFactory::GetInstance(const std::string &type) in GetInstance() argument
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/setdefaultapplication_fuzzer/ |
H A D | setdefaultapplication_fuzzer.cpp | 35 defaultApp.SetDefaultApplication(reinterpret_cast<uintptr_t>(data), type, want); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getdefaultapplication_fuzzer/ |
H A D | getdefaultapplication_fuzzer.cpp | 31 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 D | typeface_test.h | 27 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 D | shader_effect_test.h | 27 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 D | op_item_fuzzer.cpp | 36 uint32_t type = GetObject<uint32_t>(); in OpItemFuzzTest000() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/drawing_utils/ |
H A D | native_pixel_map_manager.cpp | 24 void NativePixelMapManager::Register(void* handle, NativePixelMapType type) in Register() argument
|