/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_user_data_decode.cpp | 351 uint8_t index = userData->length >= sizeof(userData->data) ? sizeof(userData->data) - 1 : userData->length; in DecodeUcs2PduPartData() local 352 userData->data[index] = 0; in DecodeUcs2PduPartData()
|
/base/telephony/cellular_call/services/satellite_service_interaction/src/ |
H A D | satellite_call_proxy.cpp | 65 int32_t SatelliteCallProxy::HangUp(int32_t slotId, int32_t index) in HangUp() argument 80 if (!in.WriteInt32(index)) { in HangUp()
|
/base/telephony/call_manager/services/hisysevent/src/ |
H A D | call_manager_hisysevent.cpp | 55 void CallManagerHisysevent::WriteCallStateBehaviorEvent(const int32_t slotId, const int32_t state, const int32_t index) in WriteCallStateBehaviorEvent() argument 57 HiWriteBehaviorEvent(CALL_STATE_CHANGED_EVENT, SLOT_ID_KEY, slotId, STATE_KEY, state, INDEX_ID_KEY, index); in WriteCallStateBehaviorEvent()
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | report_call_info_handler.cpp | 73 callDetailInfo.index = (*iter).index; in BuildCallDetailsInfo()
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_test.h | 180 callInfo.index = accountId; in InitCellularCallInfo() 227 if (!in.WriteInt32(ssResult.index)) { in WriteSsBaseResult()
|
/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/ |
H A D | soft_bus_fuzzer.cpp | 208 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in SoftBusFuzzTest() local 209 auto fuzzFunc = g_fuzzFuncs[index]; in SoftBusFuzzTest()
|
/base/useriam/user_auth_framework/test/fuzztest/clients/coauthclient_fuzzer/ |
H A D | co_auth_client_fuzzer.cpp | 274 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in CoAuthClientFuzzTest() local 275 auto fuzzFunc = g_fuzzFuncs[index]; in CoAuthClientFuzzTest()
|
/base/useriam/user_auth_framework/test/fuzztest/clients/useridmclient_fuzzer/ |
H A D | user_idm_client_fuzzer.cpp | 275 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in UserIdmClientFuzzTest() local 276 auto fuzzFunc = g_fuzzFuncs[index]; in UserIdmClientFuzzTest()
|
/base/useriam/user_auth_framework/test/fuzztest/services/useridmservice_fuzzer/ |
H A D | user_idm_service_fuzzer.cpp | 327 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in UserIdmFuzzTest() local 328 auto fuzzFunc = g_fuzzFuncs[index]; in UserIdmFuzzTest()
|
/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/ |
H A D | resource_node_fuzzer.cpp | 316 uint32_t index = parcel.ReadUint32() % (sizeof(g_ResourceNodeFuzzFuncs) / sizeof(ResourceNodeFuzzFunc *)); in ResourceNodeFuzzTest() local 317 auto fuzzFunc = g_ResourceNodeFuzzFuncs[index]; in ResourceNodeFuzzTest()
|
/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/ |
H A D | media_codec_decoder_adapter_impl_test.cpp | 50 void OnNeedInputData(uint32_t index, std::shared_ptr<OhosBufferAdapter> buffer) override {}
52 void OnNeedOutputData(uint32_t index, std::shared_ptr<BufferInfoAdapter> info, BufferFlag flag) override {}
|
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_utils.cpp | 130 int index = distance(deviceTypes.begin(), pos); in GetTargetDevice() local 131 dev = alldevicesID[index]; in GetTargetDevice()
|
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/ |
H A D | js_mission_info_utils.cpp | 118 uint32_t index = 0; in CreateJsMissionInfoArray() local 120 napi_set_element(env, arrayValue, index++, CreateJsMissionInfo(env, missionInfo)); in CreateJsMissionInfoArray()
|
/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | indexer_component.h | 165 int32_t GetSectionIndexInIndexer(int32_t index); 259 bool RemoveSectionHead(int32_t index);
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_javascript_value.h | 315 WebJavaScriptValue& GetListValue(unsigned int index) in GetListValue() argument 317 return listValue_[index]; in GetListValue()
|
/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | option_component.h | 219 void SetIndex(std::size_t index) in SetIndex() argument 221 index_ = index; in SetIndex()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/ |
H A D | folder_stack_pattern.cpp | 89 auto index = hostNode->GetChildIndexById(controlPartsStackNode->GetId()); in SetLayoutBeforeAnimation() local 90 auto controlPartsStackWrapper = hostNode->GetOrCreateChildByIndex(index); in SetLayoutBeforeAnimation()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/ |
H A D | swiper_declaration.cpp | 248 std::unique_ptr<JsonValue> indexValue = argsValue->GetArrayItem(0)->GetValue("index"); in CallSpecializedMethod() 250 LOGE("get index failed"); in CallSpecializedMethod() 253 int32_t index = indexValue->GetInt(); in CallSpecializedMethod() local 254 controller->SwipeTo(index); in CallSpecializedMethod()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_layout_info.h | 159 int32_t y = -1; /**< Main-axis position (line index) of the item. */ 160 int32_t x = -1; /**< Cross-axis position (column index) of the item. */ 163 * @brief Traverse the matrix backward to find the last item index, starting from Line [endLine]. 166 * @param endLine index of the line to start traversing. 167 * @return last item index above endLine (inclusive) and the position it resides in. 197 * @brief Perform a binary search to find item with [index] in the gridMatrix_. 199 * @param index target item index 202 std::map<int32_t, std::map<int32_t, int32_t>>::const_iterator FindInMatrix(int32_t index) const; 214 * @return The line index an [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
H A D | grid_scroll_layout_algorithm.h | 121 bool CheckGridPlaced(int32_t index, int32_t main, int32_t cross, int32_t mainSpan, int32_t crossSpan); 127 bool IsIndexInMatrix(int32_t index, int32_t& startLine); 170 * @param startIdx index of the first GridItem in viewport 209 int32_t currentMainLineIndex_ = 0; // it equals to row index in vertical grid 210 int32_t moveToEndLineIndex_ = -1; // place index in the last line when scroll to index after matrix 224 // Map structure: [index, crossPosition], store cross position of each item.
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.h | 213 void SetIndex(int32_t index) in SetIndex() argument 215 index_ = index; in SetIndex()
|
/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/ |
H A D | js_mission_info_utils.cpp | 120 uint32_t index = 0; in CreateJsMissionInfoArray() local 122 napi_set_element(env, arrayValue, index++, CreateJsMissionInfo(env, missionInfo)); in CreateJsMissionInfoArray()
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_component.h | 370 int32_t index = 0; // Update the item index by the order in list. in UpdateListItemIndex() local 374 listItemComponent->SetIndex(index++); in UpdateListItemIndex()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | title_bar_pattern.h | 255 void SetMoveIndex(int32_t index) in SetMoveIndex() argument 257 moveIndex_ = index; in SetMoveIndex()
|
/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | node_data_cache.cpp | 153 const RefPtr<NG::FrameNode>& node, const std::string& id, const std::string& name, int index) in PutMultiple() 157 json->Put(KEY_INDEX, index); in PutMultiple() 152 PutMultiple( const RefPtr<NG::FrameNode>& node, const std::string& id, const std::string& name, int index) PutMultiple() argument
|