Home
last modified time | relevance | path

Searched defs:infoPath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c186 static bool GetOsAccountInfoPathCe(int32_t osAccountId, char *infoPath, uint32_t pathBufferLen) in GetOsAccountInfoPathCe()
200 static bool GetOsAccountInfoPathDe(int32_t osAccountId, char *infoPath, uint32_t pathBufferLen) in GetOsAccountInfoPathDe()
220 static bool GetOsAccountInfoPath(int32_t osAccountId, char *infoPath, uint32_t pathBufferLen) in GetOsAccountInfoPath()
/ohos5.0/base/accesscontrol/sandbox_manager/interfaces/innerkits/sandbox_manager/test/unittest/src/
H A Dsandbox_manager_kit_test.cpp108 string infoPath = path; in SetDeny() local