Home
last modified time | relevance | path

Searched defs:modeValue (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Deltwise_test.cpp52 int8_t* modeValue = new (std::nothrow) int8_t(0); in SetEltwiseMode() local
172 int32_t* modeValue = new (std::nothrow) int32_t(0); variable
195 int8_t* modeValue = new (std::nothrow) int8_t[2]{0, 0}; variable
216 int8_t* modeValue = new (std::nothrow) int8_t(10); variable
237 int8_t* modeValue = new (std::nothrow) int8_t(0); variable
H A Ddepth_to_space_test.cpp66 int32_t* modeValue = new (std::nothrow) int32_t[1] {0}; in SaveMode() local
203 float* modeValue = new (std::nothrow) float[1] {0.0f}; in __anon44e13b730202() variable
295 std::string modeValue = "DCR"; variable
H A Dresize_bilinear_builder_test.cpp99 int8_t *modeValue = new (std::nothrow) int8_t(1); in SaveModeTensor() local
648 int8_t modeValue = 1; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_swiper_ffi.cpp140 void FfiOHOSAceFrameworkSwiperSetDisplayMode(int32_t modeValue) in FfiOHOSAceFrameworkSwiperSetDisplayMode()
149 void FfiOHOSAceFrameworkSwiperSetEffectMode(int32_t modeValue) in FfiOHOSAceFrameworkSwiperSetEffectMode()
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dlocation_data_rdb_manager.cpp83 LocationErrCode LocationDataRdbManager::SetSwitchStateToDb(int modeValue) in SetSwitchStateToDb()
90 LocationErrCode LocationDataRdbManager::SetSwitchStateToDbForUser(int modeValue, int32_t userId) in SetSwitchStateToDbForUser()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_attr_test_ng.cpp1415 std::string modeValue = ""; variable
1460 std::string modeValue = ""; variable
1528 std::string modeValue = ""; variable
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/file_share/
H A Dgrant_permissions.cpp128 napi_value modeValue; in GetUriPoliciesArg() local
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp463 int modeValue = isEnabled ? ENABLED : DISABLED; in EnableAbility() local
483 int modeValue = isEnabled ? ENABLED : DISABLED; in EnableAbilityForUser() local
1810 void LocatorSwitchMessage::SetModeValue(int32_t modeValue) in SetModeValue()
2252 int modeValue = event->GetParam(); in SetSwitchStateToDbEvent() local
2274 auto modeValue = locatorSwitchMessage->GetModeValue(); in SetSwitchStateToDbForUserEvent() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp516 FieldValue modeValue; in ParseCheckSchemaVersionMode() local
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp665 …cJSON *modeValue = cJSON_GetObjectItemCaseSensitive(rootValue, std::to_string(currentOperMode_).c_… in InitOutputConfigurations() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp4891 bool JSWeb::CheckNestedScrollMode(const int32_t& modeValue) in CheckNestedScrollMode()
H A Djs_view_abstract.cpp335 void ParseDragPreviewMode(NG::DragPreviewOption& previewOption, int32_t modeValue, bool& isAuto) in ParseDragPreviewMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp3594 void ParseDragPreviewMode(NG::DragPreviewOption& previewOption, int32_t modeValue, bool& isAuto) in ParseDragPreviewMode()