Home
last modified time | relevance | path

Searched refs:isInSandbox (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/security/dlpNDKTest/entry/src/main/cpp/
H A Dnapi_init.cpp59 bool isInSandbox = false; //true 表示当前应用在沙箱中,false 表示应用不在沙箱 in OsIsInSandboxA() local
60 DLP_ErrCode ret = OH_DLP_IsInSandbox(&isInSandbox); in OsIsInSandboxA()
63 napi_get_boolean(env, isInSandbox, &result); in OsIsInSandboxA()

Completed in 1 milliseconds