Home
last modified time | relevance | path

Searched defs:node (Results 1 - 25 of 144) sorted by relevance

123456

/base/startup/init/services/loopevent/idle/
H A Dle_idle.h27 ListNode node; member
H A Dle_idle.c84 static int IdleListTraversalProc(ListNode *node, void *data) in IdleListTraversalProc() argument
/base/security/huks/utils/list/
H A Dhks_double_list.c22 void InitializeDoubleList(struct DoubleList *node) in InitializeDoubleList() argument
32 void AddNodeAfterDoubleListHead(struct DoubleList *head, struct DoubleList *node) in AddNodeAfterDoubleListHead() argument
48 AddNodeAtDoubleListTail(struct DoubleList *head, struct DoubleList *node) AddNodeAtDoubleListTail() argument
64 RemoveDoubleListNode(struct DoubleList *node) RemoveDoubleListNode() argument
[all...]
/base/security/device_security_level/services/sa/lite/small/
H A Ddslm_ipc_process.h28 ListNode node; member
/base/startup/init/services/modules/init_hook/
H A Dinit_hook.h42 struct ListNode node; member
/base/security/huks/test/unittest/huks_standard_test/module_test/utils_test/src/
H A Dhks_double_list_test.cpp64 struct DoubleList node = { 0 }; in HWTEST_F() local
79 struct DoubleList node = { 0 }; in HWTEST_F() local
94 struct DoubleList node = { 0 }; in HWTEST_F() local
[all...]
/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_keyboard.cpp43 std::string node; in GetDevice() local
H A Dvirtual_touchscreen.cpp42 std::string node; in GetDevice() local
54 VirtualTouchScreen::VirtualTouchScreen(const std::string &node) : VirtualDevice(node), slots_(N_SLOTS_AVAILABLE) in VirtualTouchScreen() argument
/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddevice_auth_ext_mock.c41 ExtPluginNode *node = (ExtPluginNode *)HcMalloc(sizeof(ExtPluginNode), 0); in CreateNode() local
59 AddPlugin(ExtPluginList *list, ExtPluginNode *node) AddPlugin() argument
75 ExtPluginNode *node = list; DestroyList() local
[all...]
/base/security/device_security_level/services/sa/lite/mini/
H A Ddslm_inner_process.h33 ListNode node; member
/base/startup/appspawn/interfaces/innerkits/permission/
H A Dappspawn_mount_permission.h35 struct ListNode node; member
/base/startup/init/interfaces/innerkits/init_module_engine/include/
H A Dinit_cmdexecutor.h37 ListNode node; member
/base/startup/init/services/loopevent/timer/
H A Dle_timer.h33 ListNode node; member
/base/startup/init/services/init/include/
H A Dinit_cmdexecutor.h37 ListNode node; member
/base/security/permission_lite/services/pms/src/
H A Dperm_operate.c41 int ModifyPermission(TNode *node, const char *permission, const enum IsGranted granted) in ModifyPermission() argument
56 void AddTask(TList *list, TNode *node) in AddTask() argument
/base/update/updater/services/ui/strategy/
H A Dui_strategy.cpp73 bool UiStrategy::LoadStrategy(const JsonNode &node, const std::string &mode) in LoadStrategy() argument
89 bool UiStrategy::LoadStrategy(const JsonNode &node) in LoadStrategy() argument
/base/inputmethod/imf/services/json/src/
H A Dserializable.cpp54 bool Serializable::GetValue(cJSON *node, const std::string &name, std::string &value) in GetValue() argument
65 bool Serializable::GetValue(cJSON *node, const std::string &name, int32_t &value) in GetValue() argument
76 bool Serializable::GetValue(cJSON *node, const std::string &name, uint32_t &value) in GetValue() argument
92 bool Serializable::GetValue(cJSON *node, const std::string &name, bool &value) in GetValue() argument
103 bool Serializable::GetValue(cJSON *node, const std::string &name, Serializable &value) in GetValue() argument
113 SetValue(cJSON *node, const std::string &name, const std::string &value) SetValue() argument
119 SetValue(cJSON *node, const std::string &name, const int32_t &value) SetValue() argument
125 GetSubNode(cJSON *node, const std::string &name) GetSubNode() argument
[all...]
/base/msdp/device_status/rust/subsystem/device_profile/binding/src/
H A Dfusion_security.cpp122 NodeBasicInfo node; in GetLocalNetworkId() local
/base/startup/init/test/unittest/modules/
H A Dsysevent_unittest.cpp52 static void BootEventDestroyProc(ListNode *node) in BootEventDestroyProc() argument
/base/update/updater/services/ui/control/
H A Dcallback_manager.cpp33 bool CallbackManager::LoadCallbacks(const JsonNode &node) in LoadCallbacks() argument
/base/update/updater/utils/json/
H A Djson_visitor.h126 Visit(const JsonNode &node, T &obj) Visit() argument
133 Visit(const JsonNode &node, const JsonNode &defaultNode, T &obj) Visit() argument
142 Visit(const JsonNode &node, T &obj) Visit() argument
[all...]
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dco_auth_service_test.cpp119 auto node = MockResourceNode::CreateWithExecuteIndex(20); in HWTEST_F() local
/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
H A Dresource_node_pool_fuzzer.cpp35 auto node = Common::MakeShared<DummyResourceNode>(); in FuzzResourcePoolInsert() local
/base/web/webview/test/unittest/nweb_config_helper_test/
H A Dnweb_config_helper_test.cpp182 xmlNodePtr node = nullptr; in HWTEST_F() local
195 xmlNodePtr node = xmlNewNode(nullptr, "comment"); in HWTEST_F() local
209 xmlNodePtr node = xmlNewNode(nullptr, "node"); in HWTEST_F() local
229 xmlNodePtr node = xmlNewNode(nullptr, "node"); HWTEST_F() local
248 xmlNodePtr node = xmlNewNode(nullptr, "node"); HWTEST_F() local
[all...]
/base/hiviewdfx/faultloggerd/test/unittest/async_stack/
H A Dstack_table_test.cpp49 Node node; in HWTEST_F() local
155 Node node; in HWTEST_F() local

Completed in 7 milliseconds

123456