Searched refs:vBool (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_util.cpp | 276 bool vBool = false; in GetValue() local 277 status = JSUtil::GetValue(env, in, vBool); in GetValue() 278 out = vBool; in GetValue() 347 bool vBool = false; in GetValue() local 348 status = JSUtil::GetValue(env, in, vBool); in GetValue() 349 out = vBool; in GetValue()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_util.cpp | 265 bool vBool = false; in GetValue() local 266 status = JSUtil::GetValue(env, in, vBool); in GetValue() 267 out = vBool; in GetValue() 336 bool vBool = false; in GetValue() local 337 status = JSUtil::GetValue(env, in, vBool); in GetValue() 338 out = vBool; in GetValue()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/ |
H A D | napi_data_utils.cpp | 272 bool vBool = false; in GetValue() local 273 status = GetValue(env, in, vBool); in GetValue() 274 out = vBool; in GetValue()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_util.cpp | 283 bool vBool = false; in GetValue() local 284 statusMsg = JSUtil::GetValue(env, in, vBool); in GetValue() 285 out = vBool; in GetValue() 354 bool vBool = false; in GetValue() local 355 statusMsg = JSUtil::GetValue(env, in, vBool); in GetValue() 356 out = vBool; in GetValue()
|