/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/ |
H A D | mtpfs_type_basic.h | 26 MtpFsTypeBasic(uint32_t id, uint32_t parentId, uint32_t storageId, const std::string &name) in MtpFsTypeBasic() argument 27 : id_(id), parentId_(parentId), storageId_(storageId), name_(name) in MtpFsTypeBasic() 55 void SetParent(uint32_t parentId) in SetParent() argument 57 parentId_ = parentId; in SetParent()
|
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_raisetoapptop_test.cpp | 56 .parentId = INVALID_WINDOW_ID, in SetUp() 89 fullInfo_.parentId = mainWindow->GetWindowId(); in HWTEST_F() 98 fullInfo_.parentId = mainWindow->GetWindowId(); in HWTEST_F() 130 fullInfo_.parentId = mainWindow->GetWindowId(); in HWTEST_F() 139 fullInfo_.parentId = mainWindow->GetWindowId(); in HWTEST_F() 148 fullInfo_.parentId = INVALID_WINDOW_ID; in HWTEST_F() 178 fullInfo_.parentId = mainWindow->GetWindowId(); in HWTEST_F() 190 fullInfo_.parentId = mainWindow->GetWindowId(); in HWTEST_F() 231 fullInfo_.parentId = mainWindow->GetWindowId(); in HWTEST_F()
|
H A D | window_focus_test.cpp | 92 .parentId = INVALID_WINDOW_ID,
in SetUp() 102 .parentId = INVALID_WINDOW_ID,
in SetUp() 112 .parentId = INVALID_WINDOW_ID,
in SetUp() 156 subAppInfo_.parentId = window3->GetWindowId();
in HWTEST_F() 205 subAppInfo_.parentId = mainWindow->GetWindowId();
in HWTEST_F() 242 subAppInfo_.parentId = mainWindow1->GetWindowId();
in HWTEST_F() 287 subAppInfo_.parentId = mainWindow1->GetWindowId();
in HWTEST_F() 345 subAppInfo_.parentId = mainWindow2->GetWindowId();
in HWTEST_F() 394 subAppInfo_.parentId = mainWindow->GetWindowId();
in HWTEST_F() 405 subAppInfo_.parentId in HWTEST_F() [all...] |
H A D | window_visibility_info_test.cpp | 145 .parentId = INVALID_WINDOW_ID,
in SetUp() 155 .parentId = INVALID_WINDOW_ID,
in SetUp() 165 .parentId = INVALID_WINDOW_ID,
in SetUp() 203 subAppInfo_.parentId = window1->GetWindowId();
in HWTEST_F()
|
H A D | window_touch_outside_test.cpp | 69 .parentId = INVALID_WINDOW_ID,
in SetUp() 79 .parentId = INVALID_WINDOW_ID,
in SetUp() 89 .parentId = INVALID_WINDOW_ID,
in SetUp()
|
H A D | window_split_immersive_test.cpp | 63 .parentId = INVALID_WINDOW_ID, in SetUp() 73 .parentId = INVALID_WINDOW_ID, in SetUp()
|
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/ |
H A D | media_scanner.h | 99 int32_t BuildFileInfo(const std::string &parent, int32_t parentId); 102 EXPORT int32_t GetParentDirInfo(const std::string &parent, int32_t parentId); 111 EXPORT int32_t ScanFileInTraversal(const std::string &path, const std::string &parent, int32_t parentId); 112 EXPORT int32_t WalkFileTree(const std::string &path, int32_t parentId); 114 EXPORT int32_t InsertOrUpdateAlbumInfo(const std::string &albumPath, int32_t parentId,
|
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/ |
H A D | frame_node.py | 25 # nodeId: 0, parentId: -1, tag: root, monopolizeEvents: 0, isHit: 1, hitTestMode: 0, responseRegion: RectT (0.00, 29 parentId = -1 variable in FrameNode 44 self.parentId = get_value_as_int(node_dump_str, get_sample_key(hittest_node_keyword, 'parentId'), 45 get_sample_separator_count(hittest_node_keyword, 'parentId')) 62 if (self.nodeId is None or self.parentId is None or self.tag is None or self.monopolizeEvents is None or 69 result_str = 'nodeId: {}, parentId: {}, tag: {}'.format(self.nodeId, self.parentId, self.tag)
|
H A D | event_node.py | 29 # frameNodeId: 84, type: PanRecognizer, depth: 1, id: 0xf3d6bfc0, parentId: 0xf063eed0, customInfo: direction: 3, 36 parentId = '' variable in EventNode 62 # frameNodeId: 84, type: TouchEventActuator, depth: 0, id: 0xf072b240, parentId: 0x0 72 self.parentId = get_value_as_str(frame_node_str, get_sample_key(event_procedure_keyword, 'parentId'), 73 get_sample_separator_count(event_procedure_keyword, 'parentId')) 95 self.parentId is None): 130 self.depth) + ', id: ' + self.address + ', parentId: ' + self.parentId
|
/foundation/window/window_manager/wm/src/ |
H A D | static_call.cpp | 36 std::vector<sptr<Window>> StaticCall::GetSubWindow(uint32_t parentId)
in GetSubWindow() argument 38 return Window::GetSubWindow(parentId);
in GetSubWindow()
|
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/graph/ |
H A D | graph_converter.py | 81 # append child nodes to their parent's `children` attribute based on `parentId` 83 if item.parentId is not None and item.parentId != 0 and len(item.parentId) > 6: 84 parent = get_dict_value(node_map, item.parentId) 176 # # append child nodes to their parent's `children` attribute based on `parentId` 178 if item.parentId is not None and item.parentId != -1: 179 parent = get_dict_value(node_map, item.parentId)
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_scanner_db_test/src/ |
H A D | medialibrary_scanner_db_test.cpp | 124 int32_t parentId = 1; in HWTEST_F() local 137 metadata.SetParentId(parentId); in HWTEST_F() 150 int32_t parentId = 1; in HWTEST_F() local 163 metadata.SetParentId(parentId); in HWTEST_F() 199 int32_t parentId = 1; in HWTEST_F() local 212 metadata.SetParentId(parentId); in HWTEST_F() 279 int32_t parentId = 1; in HWTEST_F() local 292 metadata.SetParentId(parentId); in HWTEST_F() 306 int32_t parentId = 1; in HWTEST_F() local 319 metadata.SetParentId(parentId); in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_title_util.h | 50 bool isButtonEnabled, const std::string& field, const std::string& parentId, 57 std::vector<OptionParam>&& params, const std::string& field, const std::string& parentId, 82 const std::string& nodeValue, const std::string& parentId) in SetInnerChildId() 84 // navigation/navdestination Field + nodeTag + nodeValue + parentId in SetInnerChildId() 91 id.append(parentId); in SetInnerChildId() 81 SetInnerChildId(const RefPtr<FrameNode>& node, const std::string& field, const std::string& nodeTag, const std::string& nodeValue, const std::string& parentId) SetInnerChildId() argument
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/ |
H A D | mtpfs_type_file.cpp | 20 MtpFsTypeFile::MtpFsTypeFile(uint32_t id, uint32_t parentId, uint32_t storageId, const std::string &name, uint64_t size, in MtpFsTypeFile() argument 22 : MtpFsTypeBasic(id, parentId, storageId, name), size_(size), modifyDate_(modifyDate) in MtpFsTypeFile()
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.h | 40 int32_t parentId, bool isNewNode = false) in CreateDomNode() 42 CreateDomNode(page, rootJson, parentId, dataJson_, eventJson_, styleJson_, nullptr, isNewNode); in CreateDomNode() 55 int32_t parentId, const std::vector<int>& idArray = std::vector<int>()) in UpdateDomNode() 57 UpdateDomNode(page, rootJson, parentId, idArray, dataJson_, styleJson_, nullptr); in UpdateDomNode() 150 int32_t parentId, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& actionJson, 164 int32_t parentId, const std::vector<int>& idArray, const std::unique_ptr<JsonValue>& dataJson, 180 const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, int32_t parentId); 184 const std::string& key, int32_t parentId, bool hasKeyValue, std::unique_ptr<JsonValue>& repeatValue); 189 const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, int32_t parentId); 39 CreateDomNode(const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, int32_t parentId, bool isNewNode = false) CreateDomNode() argument 54 UpdateDomNode(const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, int32_t parentId, const std::vector<int>& idArray = std::vector<int>()) UpdateDomNode() argument
|
/foundation/multimodalinput/input/test/unittest/common/src/ |
H A D | window_utils_test.cpp | 91 .parentId = Rosen::INVALID_WINDOW_ID, in CreateSmoothWindow() 108 if (info.parentId != Rosen::INVALID_WINDOW_ID) { in CreateWindow() 109 option->SetParentId(info.parentId); in CreateWindow()
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_controller_test.cpp | 329 ScreenId parentId = 8; in HWTEST_F() local 331 absController_->UpdateRSTree(id, parentId, node, true, true); in HWTEST_F() 333 ASSERT_EQ(nullptr, absController_->GetAbstractScreen(parentId)); in HWTEST_F() 343 ScreenId parentId = 2; in HWTEST_F() local 346 sptr<AbstractScreen> parentScreen = absController_->GetAbstractScreen(parentId); in HWTEST_F() 347 ASSERT_NE(nullptr, absController_->GetAbstractScreen(parentId)); in HWTEST_F() 349 absController_->UpdateRSTree(id, parentId, node, true, true); in HWTEST_F() 359 ScreenId parentId = 2; in HWTEST_F() local 363 sptr<AbstractScreen> parentScreen = absController_->GetAbstractScreen(parentId); in HWTEST_F() 364 ASSERT_NE(nullptr, absController_->GetAbstractScreen(parentId)); in HWTEST_F() 376 ScreenId parentId = 2; HWTEST_F() local 1169 ScreenId parentId = 2; HWTEST_F() local [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_smartalbum_map_operations.cpp | 201 static int32_t RecycleChildAssetsInfoUtil(const int32_t parentId) in RecycleChildAssetsInfoUtil() argument 207 queryCmd.GetAbsRdbPredicates()->EqualTo(MEDIA_DATA_DB_PARENT_ID, to_string(parentId))->And()-> in RecycleChildAssetsInfoUtil() 239 static int32_t RecycleChildSameNameInfoUtil(const int32_t parentId, const string &srcRelPath, const string &newRelPath, in RecycleChildSameNameInfoUtil() argument 246 queryCmd.GetAbsRdbPredicates()->EqualTo(MEDIA_DATA_DB_PARENT_ID, to_string(parentId)); in RecycleChildSameNameInfoUtil() 303 int32_t parentId = MediaLibraryObjectUtils::CreateDirWithPath(ROOT_MEDIA_DIR + in RecycleDir() local 305 if (parentId != fileAsset->GetParent()) { in RecycleDir() 306 values.PutInt(MEDIA_DATA_DB_PARENT_ID, parentId); in RecycleDir() 381 int32_t parentId = MediaLibraryObjectUtils::CreateDirWithPath(ROOT_MEDIA_DIR + in RecycleFile() local 383 if (parentId != fileAsset->GetParent()) { in RecycleFile() 384 values.PutInt(MEDIA_DATA_DB_PARENT_ID, parentId); in RecycleFile() 488 TrashChildAssetsInfoUtil(const int32_t parentId, const int64_t &trashDate) TrashChildAssetsInfoUtil() argument [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_event_test/src/ |
H A D | event_scan_test.cpp | 72 int32_t parentId= -1; in HWTEST_F() local 74 int32_t ret = mediaScannerObj.InsertOrUpdateAlbumInfo("", parentId, albumName); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | native_interface_accessibility_impl.h | 41 void SetParentId(int64_t parentId) in SetParentId() 43 this->parentId = parentId; in SetParentId() 48 return parentId; in GetParentId() 451 int64_t parentId = 0; member
|
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/ |
H A D | media_scanner.cpp | 365 int32_t MediaScannerObj::GetParentDirInfo(const string &parent, int32_t parentId) in GetParentDirInfo() argument 388 if (parentId == UNKNOWN_ID) { in GetParentDirInfo() 389 parentId = mediaScannerDb_->GetIdFromPath(parent); in GetParentDirInfo() 390 if (parentId == UNKNOWN_ID) { in GetParentDirInfo() 392 parentId = 0; in GetParentDirInfo() 402 data_->SetParentId(parentId); in GetParentDirInfo() 621 int32_t MediaScannerObj::BuildFileInfo(const string &parent, int32_t parentId) in BuildFileInfo() argument 623 int32_t err = GetParentDirInfo(parent, parentId); in BuildFileInfo() 653 int32_t MediaScannerObj::ScanFileInTraversal(const string &path, const string &parent, int32_t parentId) in ScanFileInTraversal() argument 686 err = BuildFileInfo(parent, parentId); in ScanFileInTraversal() 698 InsertOrUpdateAlbumInfo(const string &albumPath, int32_t parentId, const string &albumName) InsertOrUpdateAlbumInfo() argument 805 WalkFileTree(const string &path, int32_t parentId) WalkFileTree() argument [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_queryperf_test/src/ |
H A D | medialibrary_queryperf_test.cpp | 231 int32_t parentId; in HWTEST_F() local 253 parentId = GetInt32Val(MEDIA_DATA_DB_PARENT_ID, result); in HWTEST_F() 280 int32_t parentId; in HWTEST_F() local 302 parentId = GetInt32Val(MEDIA_DATA_DB_PARENT_ID, result); in HWTEST_F() 329 int32_t parentId; in HWTEST_F() local 351 parentId = GetInt32Val(MEDIA_DATA_DB_PARENT_ID, result); in HWTEST_F() 459 int32_t parentId; in HWTEST_F() local 480 parentId = GetInt32Val(MEDIA_DATA_DB_PARENT_ID, result); in HWTEST_F() 559 int32_t parentId; in HWTEST_F() local 580 parentId in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_component_base.cpp | 70 int32_t parentId, const std::string& name, const RefPtr<Component>& child) in GenerateAccessibilityComposed() 80 auto node = accessibilityManager->CreateSpecializedNode(name, composedId, parentId); in GenerateAccessibilityComposed() 69 GenerateAccessibilityComposed( int32_t parentId, const std::string& name, const RefPtr<Component>& child) GenerateAccessibilityComposed() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
H A D | window_scene_layout_manager.h | 71 void GetUINodeInfo(const RefPtr<FrameNode>& node, int32_t parentId, std::ostringstream& oss); 72 void GetUITreeInfo(const RefPtr<FrameNode>& node, int32_t depth, int32_t parentId, std::ostringstream& oss);
|
/foundation/window/window_manager/previewer/src/ |
H A D | window_option.cpp | 41 void WindowOption::SetParentId(uint32_t parentId) in SetParentId() argument 43 parentId_ = parentId; in SetParentId()
|