Home
last modified time | relevance | path

Searched refs:index (Results 8301 - 8325 of 11655) sorted by relevance

1...<<331332333334335336337338339340>>...467

/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_user_data_decode.cpp351 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 Dsatellite_call_proxy.cpp65 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 Dcall_manager_hisysevent.cpp55 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 Dreport_call_info_handler.cpp73 callDetailInfo.index = (*iter).index; in BuildCallDetailsInfo()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_test.h180 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 Dsoft_bus_fuzzer.cpp208 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 Dco_auth_client_fuzzer.cpp274 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 Duser_idm_client_fuzzer.cpp275 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 Duser_idm_service_fuzzer.cpp327 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 Dresource_node_fuzzer.cpp316 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 Dmedia_codec_decoder_adapter_impl_test.cpp50 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 Dnnrt_utils.cpp130 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 Djs_mission_info_utils.cpp118 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 Dindexer_component.h165 int32_t GetSectionIndexInIndexer(int32_t index);
259 bool RemoveSectionHead(int32_t index);
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_value.h315 WebJavaScriptValue& GetListValue(unsigned int index) in GetListValue() argument
317 return listValue_[index]; in GetListValue()
/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.h219 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 Dfolder_stack_pattern.cpp89 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 Dswiper_declaration.cpp248 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 Dgrid_layout_info.h159 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 Dgrid_scroll_layout_algorithm.h121 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 Dmenu_item_pattern.h213 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 Djs_mission_info_utils.cpp120 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 Dlist_component.h370 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 Dtitle_bar_pattern.h255 void SetMoveIndex(int32_t index) in SetMoveIndex() argument
257 moveIndex_ = index; in SetMoveIndex()
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Dnode_data_cache.cpp153 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

Completed in 20 milliseconds

1...<<331332333334335336337338339340>>...467