Home
last modified time | relevance | path

Searched defs:comp (Results 1 – 25 of 66) sorted by relevance

123

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_info_helper_test.cpp91 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
123 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
233 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
260 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
289 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
314 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
339 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
363 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
385 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
414 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
[all …]
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dlocation_button_test.cpp56 LocationButton comp; variable
70 LocationButton comp; variable
84 LocationButton comp; variable
103 LocationButton comp; variable
138 LocationButton comp; variable
173 LocationButton comp; variable
199 LocationButton comp; variable
222 LocationButton comp; variable
245 LocationButton comp; variable
H A Dsec_comp_kit_test.cpp95 LocationButton comp; variable
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_info_helper.cpp40 void SecCompInfoHelper::AdjustSecCompRect(SecCompBase* comp, float scale) in AdjustSecCompRect()
53 SecCompBase* comp = nullptr; in ParseComponent() local
141 static bool CheckSecCompBaseButton(const SecCompBase* comp) in CheckSecCompBaseButton()
182 static bool CheckSecCompBase(const SecCompBase* comp) in CheckSecCompBase()
208 bool SecCompInfoHelper::CheckComponentValid(SecCompBase* comp) in CheckComponentValid()
/aosp14/frameworks/base/core/java/android/service/contentcapture/
H A DContentCaptureServiceInfo.java56 private static ServiceInfo getServiceInfoOrThrow(ComponentName comp, boolean isTemp, in getServiceInfoOrThrow()
82 public ContentCaptureServiceInfo(@NonNull Context context, @NonNull ComponentName comp, in ContentCaptureServiceInfo()
/aosp14/frameworks/base/core/java/android/service/translation/
H A DTranslationServiceInfo.java62 private static ServiceInfo getServiceInfoOrThrow(ComponentName comp, boolean isTemp, in getServiceInfoOrThrow()
92 public TranslationServiceInfo(@NonNull Context context, @NonNull ComponentName comp, in TranslationServiceInfo()
/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionServiceInfo.java63 @NonNull PackageManager pm, @NonNull ComponentName comp, int userHandle) in VoiceInteractionServiceInfo()
69 private static ServiceInfo getServiceInfoOrThrow(@NonNull ComponentName comp, int userHandle) in getServiceInfoOrThrow()
/ohos5.0/base/update/updater/test/unittest/updater_binary/
H A Dupdater_binary_unittest.cpp143 ComponentInfoExt *comp = (ComponentInfoExt*)malloc( in CreatePackageBin() local
192 void BuildCompnentInfo(ComponentInfoExt &comp, const std::string &cmpName, in BuildCompnentInfo()
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dcomponent_node.h84 void SetHandle(OMX_HANDLETYPE comp) in SetHandle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_rect_test.cpp52 FilterRectIComparator comp; variable
69 RectIComparator comp; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_extension_component_manager.cpp89 auto& comp = *handle; in Destroy() local
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_map_safe.h70 std::string FindKey(std::function<bool(const T &)> comp) in FindKey()
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DComponentInfoInternal.java40 public static ComponentInfoInternal from(@NonNull ComponentInfoInternal comp) { in from()
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DAutofillServiceInfo.java66 private static ServiceInfo getServiceInfoOrThrow(ComponentName comp, int userHandle) in getServiceInfoOrThrow()
94 public AutofillServiceInfo(Context context, ComponentName comp, int userHandle) in AutofillServiceInfo()
/aosp14/frameworks/base/core/java/android/app/
H A DService.java774 final ComponentName comp = new ComponentName(this, mClassName); in startForeground() local
861 final ComponentName comp = new ComponentName(this, mClassName); in startForeground() local
/aosp14/frameworks/base/services/net/java/android/net/
H A DConnectivityModuleConnector.java159 final ComponentName comp = intent.resolveSystemService(pm, 0); in getModuleServiceIntent() local
286 @NonNull PackageManager pm, @NonNull ComponentName comp, in checkModuleServicePermission()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSecurityControllerTest.java92 ComponentName comp = intent.resolveSystemService(mContext.getPackageManager(), 0); in setUp() local
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/video_job_repository/
H A Dvideo_job_queue.cpp21 VideoJobQueue::VideoJobQueue(Comparator comp) in VideoJobQueue()
/aosp14/frameworks/base/tests/RollbackTest/RollbackTest/src/com/android/tests/rollback/
H A DNetworkStagedRollbackTest.java147 ComponentName comp = intent.resolveSystemService( in getNetworkStackPackageName() local
/aosp14/frameworks/base/core/java/android/database/
H A DCursorJoiner.java257 int comp = values[index].compareTo(values[index+1]); in compareStrings() local
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_mgr.cpp53 OMXComponent comp; in CreateComponentInstance() local
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_mgr.cpp54 OMXComponent comp; in CreateComponentInstance() local
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DFontInterpolator.kt193 val comp = regex
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DResolveIntentHelper.java414 ComponentName comp = intent.getComponent(); in queryIntentReceiversInternal() local
522 ComponentName comp = intent.getComponent(); in queryIntentContentProvidersInternal() local
701 ComponentName comp = sintent.getComponent(); in queryIntentActivityOptionsInternal() local
/ohos5.0/base/update/updater/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/
H A DUpdaterStartUpdaterProc_fuzzer.cpp123 std::vector<ComponentInfoExt> comp(fstabFile.size()); in CreatePackageZip() local

123