Searched refs:LOCATION (Results 1 - 12 of 12) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/location_button/ |
H A D | location_button_common.h | 38 LOCATION, member in OHOS::Ace::LocationButtonIconStyle::LocationButtonLocationDescription
|
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/ |
H A D | background_mode.h | 28 LOCATION,
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | init.cpp | 63 SetNamedPropertyByInteger(env, obj, static_cast<uint32_t>(BackgroundMode::LOCATION), "LOCATION"); in BackgroundModeInit()
|
H A D | init_bgtaskmgr.cpp | 67 SetNamedPropertyByInteger(env, obj, static_cast<uint32_t>(BackgroundMode::LOCATION), in BackgroundModeInit() 68 "LOCATION"); in BackgroundModeInit()
|
/foundation/multimodalinput/input/test/unittest/common/src/ |
H A D | system_info.cpp | 37 constexpr int32_t LOCATION { 14 }; 148 if (position >= LOCATION) { in GetProcOccupy()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 41 LOCATION = 1 << 3, member in OHOS::AppExecFwk::BackgroundMode
|
/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/ |
H A D | background_sensitive_task_overlapping_scene_recognizer.cpp | 34 BackgroundTaskMgr::BackgroundMode::Type::LOCATION,
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 65 LOCATION = 1 << 3, member in OHOS::AppExecFwk::GetAbilityInfoFlag::BackgroundMode
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_program_gles.cpp | 572 enum propertyIndices { LOCATION = 0, VERTEX_REF = 1, FRAGMENT_REF = 2, MAX_INDEX }; 584 if ((values[LOCATION] != Gles::INVALID_LOCATION) && 586 inputLocations[inputsInUse] = static_cast<uint32_t>((values[LOCATION]));
|
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/ |
H A D | unified_meta.h | 153 LOCATION,
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/ |
H A D | unified_meta.cpp | 111 { LOCATION, "LOCATION", "general.location" },
|
/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/ |
H A D | bgtask_client_unit_test.cpp | 197 EXPECT_EQ(LOCATION_ID, (int32_t)BackgroundMode::LOCATION); in HWTEST_F()
|
Completed in 8 milliseconds