Home
last modified time | relevance | path

Searched refs:INDEX_3 (Results 1 - 9 of 9) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/
H A Dsdc.cpp35 constexpr size_t INDEX_3 = 3; variable
62 if ((OHOS::StorageDaemon::StringToUint32(args[INDEX_3], userId) == false) || in GenerateUserKeys()
79 if ((OHOS::StorageDaemon::StringToUint32(args[INDEX_3], userId) == false) || in PrepareUserSpace()
95 if (OHOS::StorageDaemon::StringToUint32(args[INDEX_3], userId) == false) { in DeleteUserKeys()
111 if (OHOS::StorageDaemon::StringToUint32(args[INDEX_3], userId) == false || in DestroyUserSpace()
127 if (OHOS::StorageDaemon::StringToUint32(args[INDEX_3], userId) == false) { in UpdateUserAuth()
150 if (OHOS::StorageDaemon::StringToUint32(args[INDEX_3], userId) == false) { in ActiveUserKey()
170 if (OHOS::StorageDaemon::StringToUint32(args[INDEX_3], userId) == false) { in InactiveUserKey()
185 if (OHOS::StorageDaemon::StringToUint32(args[INDEX_3], userId) == false) { in LockUserScreen()
200 if (OHOS::StorageDaemon::StringToUint32(args[INDEX_3], userI in UnlockUserScreen()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_decoder.cpp37 const int INDEX_3 = 3; member
169 MUL(SYNMATRIX4[i][INDEX_3], frame.samples_[blk][ch][INDEX_3]))))); in Synthesize4()
180 MULA(v[offset[k] + INDEX_3], in Synthesize4()
187 PROTO_4_40M0[idx + INDEX_3], in Synthesize4()
189 PROTO_4_40M1[idx + INDEX_3], in Synthesize4()
213 MULA(SYNMATRIX8[i][INDEX_3], frame.samples_[blk][ch][INDEX_3], in Synthesize8()
227 MULA(v_[ch][offset[k] + INDEX_3], in Synthesize8()
234 PROTO_8_80M0[idx + INDEX_3], in Synthesize8()
[all...]
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeFunctionTest.cpp32 constexpr int32_t INDEX_3 = 3; variable
130 string bitStr = dest[INDEX_3]; in getParamsByName()
138 channelCount = stoi(dest[INDEX_3]); in getParamsByName()
160 channelCount = stoi(dest[INDEX_3]); in getParamsByName()
257 string bitStr = dest[INDEX_3]; in HWTEST_F()
303 string bitStr = dest[INDEX_3]; in HWTEST_F()
349 string bitStr = dest[INDEX_3]; in HWTEST_F()
392 int32_t channelCount = stoi(dest[INDEX_3]); in HWTEST_F()
436 int32_t channelCount = stoi(dest[INDEX_3]); in HWTEST_F()
481 int32_t channelCount = stoi(dest[INDEX_3]); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dlazy_for_each_builder_syntax_test_ng.cpp49 constexpr int32_t INDEX_3 = 3; member
442 V2::Operation operation3 = {.type = "move", .index = INDEX_3, .key = "", .coupleIndex = std::pair(0, 1)}; in HWTEST_F()
486 V2::Operation operation3 = {.type = "exchange", .index = INDEX_3, .coupleKey = std::pair("", ""), in HWTEST_F()
492 V2::Operation operation4 = {.type = "exchange", .index = INDEX_3, .coupleKey = std::pair("1", "1"), in HWTEST_F()
H A Dlazy_for_each_syntax_test_ng.cpp58 constexpr int32_t INDEX_3 = 3; member
861 if (index >= INDEX_3 && index <= INDEX_5) { in HWTEST_F()
/foundation/communication/nfc/services/src/card_emulation/
H A Dhost_card_emulation_manager.cpp40 const uint32_t INDEX_3 = 3; member
271 if (data[INDEX_3] != SELECT_00) { in ParseSelectAid()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddms_continue_recv_manager.cpp43 constexpr int32_t INDEX_3 = 3; member
120 uint8_t continueTypeId = payload[INDEX_3]; in NotifyDataRecv()
H A Ddms_continue_send_manager.cpp41 constexpr int32_t INDEX_3 = 3; member
250 buffer->Data()[INDEX_3] = continueTypeId & DMS_0XFF; in SendSoftbusEvent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_image_bridge.cpp38 constexpr int32_t INDEX_3 = 3; // Arg Index member
768 Local<JSValueRef> bottomLeftArgs = runtimeCallInfo->GetCallArgRef(INDEX_3); in SetBorderRadius()
803 values[INDEX_3] = directionChanged ? bottomLeft.Value() : bottomRight.Value(); in SetBorderRadius()
804 units[INDEX_3] = directionChanged ? static_cast<int>(bottomLeft.Unit()) : static_cast<int>(bottomRight.Unit()); in SetBorderRadius()

Completed in 13 milliseconds