Home
last modified time | relevance | path

Searched defs:indexes (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/subscribemanager/
H A Dprofile_event_handler.h37 std::unordered_set<uint32_t> indexes; member
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dprofile_change_handler.cpp195 const auto& indexes = filterInfo.indexes; in NotifyProfileChangedLocked() local
237 auto& indexes = filterInfo.indexes; in FilterChangedProfileLocked() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.h166 virtual void RecycleItemsByIndex(const std::set<int32_t>& indexes) {} in RecycleItemsByIndex()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp1032 std::map<uint64_t, int32_t> &indexes = it->second; in DetachAppInfoToStubIndex() local
1051 std::list<uint64_t> indexes; in DetachAppInfoToStubIndex() local
1102 std::list<uint64_t> indexes; in DetachAppInfoToStubIndex() local
1163 std::map<uint64_t, int32_t> &indexes = it->second; in AttachAppInfoToStubIndex() local
1472 std::map<uint64_t, int32_t> &indexes = it->second; in DetachAppAuthInfo() local
1527 std::list<uint64_t> indexes; in DetachAppAuthInfoBySocketId() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/include/
H A Ddistributed_kv_store_impl.h45 char** indexes; member
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js1344 let indexes = d3.map(value => this.optionsArray.e2 && variable
1352 let indexes = d3.map(value => this.optionsArray.e2 && variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_schema.cpp212 std::vector<std::string> indexes; in SetIndexes() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_schema.cpp214 std::vector<std::string> indexes; in SetIndexes() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp262 std::vector<int32_t> indexes(appIndexes.begin(), appIndexes.end()); in InnerGetResourceInfo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid.cpp169 auto indexes = obj->GetProperty("irregularIndexes"); in SetGridLayoutOptions() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp426 IndexInfoMap indexes; in GetChangedIndexes() local
461 int UpgradeIndexes(sqlite3 *db, const std::vector<std::string> &tables, const IndexInfoMap &indexes) in UpgradeIndexes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp701 auto indexes = GetNextIndexByStep(curMainIndex, curCrossIndex, curMainSpan, curCrossSpan, step); in GetNextFocusNode() local
719 auto indexes = GetNextIndexByStep(nextMainIndex, nextCrossIndex, 1, 1, step); in GetNextFocusNode() local
/ohos5.0/foundation/ability/idl_tool/test/unittest/cpp_code_emitter_test/
H A Dcpp_code_emitter_test.cpp1370 int32_t indexes = 1; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_schema_test.cpp1719 vector<std::string> indexes = {validIndexTemp, validIndexTemp2}; in RandIndex() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js2524 removeByIndexes(indexes) { argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp1579 std::vector<std::string> indexes; in CloneIndexes() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.cpp683 auto indexes = navigationStack_->GetAllPathIndex(); in UpdateNavPathList() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp2152 std::vector<int32_t> indexes = {index, preIndex}; in UpdateSymbolStats() local