Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/param/include/
H A Dproperties.h43 size_t GetBufferSize(uint16_t type, bool persist);
58 int SetBufferSize(uint16_t type, bool persist, size_t size);
/base/hiviewdfx/hilog/frameworks/libhilog/param/
H A Dproperties.cpp91 {"persist.sys.hilog.debug.on", &g_persistDebugLock}, // PROP_PERSIST_DEBUG
99 {"persist.sys.hilog.kmsg.on", nullptr}, // PROP_KMSG,
102 {"persist.sys.hilog.stats", nullptr}, // PROP_STATS_ENABLE,
103 {"persist.sys.hilog.stats.tag", nullptr}, // PROP_STATS_TAG_ENABLE,
421 static string GetBufferSizePropName(uint16_t type, bool persist) in GetBufferSizePropName() argument
423 string name = persist ? "persist.sys." : ""; in GetBufferSizePropName()
435 size_t GetBufferSize(uint16_t type, bool persist) in GetBufferSize() argument
443 int ret = PropertyGet(GetBufferSizePropName(type, persist), value, HILOG_PROP_VALUE_MAX); in GetBufferSize()
552 int SetBufferSize(uint16_t type, bool persist, size_ argument
[all...]
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/mac/
H A Dmac_adapter.cpp48 bool persist = false; member
113 info.persist = policyFlag == 1 ? true : false; in SetSandboxPolicy()
/base/accesscontrol/sandbox_manager/interfaces/innerkits/sandbox_manager/test/unittest/src/
H A Dsandbox_manager_kit_test.cpp97 bool persist = false; member
110 policyInfo.persist = true; in SetDeny()
1483 * @tc.desc: Clean persist policy by path
1535 * @tc.desc: Clean child persist policy by path
1597 * @tc.desc: Clean child persist policy by path
1653 * @tc.desc: Clean persist policy by path with invalid path
1670 * @tc.desc: Clean persist policy by path with invalid path

Completed in 5 milliseconds