Home
last modified time | relevance | path

Searched refs:GetStubNode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_cold_run_test.cpp48 StubNode *stub = GetStubNode(STUB_MOUNT); in TearDownTestCase()
134 StubNode *node = GetStubNode(STUB_EXECV);
162 StubNode *node = GetStubNode(STUB_EXECV);
196 StubNode *node = GetStubNode(STUB_EXECV);
229 StubNode *node = GetStubNode(STUB_EXECV);
H A Dapp_spawn_sandbox_new_test.cpp1158 StubNode *stub = GetStubNode(STUB_MOUNT);
1211 StubNode *stub = GetStubNode(STUB_MOUNT);
1263 StubNode *stub = GetStubNode(STUB_MOUNT);
1323 StubNode *stub = GetStubNode(STUB_MOUNT);
1374 StubNode *stub = GetStubNode(STUB_MOUNT);
1426 StubNode *stub = GetStubNode(STUB_MOUNT);
1484 StubNode *stub = GetStubNode(STUB_MOUNT);
1541 StubNode *stub = GetStubNode(STUB_MOUNT);
1594 StubNode *stub = GetStubNode(STUB_MOUNT);
1647 StubNode *stub = GetStubNode(STUB_MOUNT);
[all …]
/ohos5.0/base/startup/appspawn/test/mock/
H A Dapp_system_stub.c52 StubNode *GetStubNode(int type) in GetStubNode() function
168 StubNode *node = GetStubNode(STUB_MOUNT); in MountStub()
246 StubNode *node = GetStubNode(STUB_EXECV); in ExecvStub()
H A Dapp_spawn_stub.h94 StubNode *GetStubNode(int type);