/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_policy_server.cpp | 383 hasSubscribedVolumeKeyEvents_.store(true); in SubscribeVolumeKeyEvents() 386 hasSubscribedVolumeKeyEvents_.store(false); in SubscribeVolumeKeyEvents()
|
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_policy_service_unit_test/src/ |
H A D | audio_policy_service_first_unit_test.cpp | 1220 GetServerPtr()->audioPolicyService_.isAdapterInfoMap_.store(false); in HWTEST_F() 1225 GetServerPtr()->audioPolicyService_.isAdapterInfoMap_.store(true); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/unittest/media_demuxer_test/ |
H A D | media_demuxer_unit_test.cpp | 450 demuxer->isSelectBitRate_.store(true);
in HWTEST_F() 469 demuxer->isSelectBitRate_.store(true);
in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | SingleKvStoreDataCallbackJsTest.js | 94 await kvManager.getKVStore(TEST_STORE_ID, options, function (err, store) { 95 kvStore = store;
|
/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/ |
H A D | SingleKvStoreKVCallbackJsTest.js | 91 kvManager.getKVStore(TEST_STORE_ID, options, function (err, store) { 92 kvStore = store;
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test.cpp | 101 sceneSession->foregroundInteractiveStatus_.store(true); in SetVisibleForAccessibility() 791 ssm_->shouldHideNonSecureFloatingWindows_.store(false); in HWTEST_F()
|
H A D | scene_session_manager_lifecycle_test.cpp | 100 sceneSession->foregroundInteractiveStatus_.store(true); in SetVisibleForAccessibility()
|
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | SingleKvStoreKVCallbackJsTest.js | 91 await kvManager.getKVStore(TEST_STORE_ID, options, function (err, store) { 92 kvStore = store;
|
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | SingleKvStorePromiseJsunit.test.js | 98 await kvManager.getKVStore(TEST_STORE_ID, options).then((store) => { 99 kvStore = store;
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 375 %if %1 < 0 ; need to store rsp on stack 456 ; Use the shadow space to store XMM6 and XMM7, the rest needs stack space allocated.
|
/third_party/nghttp2/src/ |
H A D | shrpx_tls.cc | 2507 auto store = SSL_CTX_get_cert_store(ssl_ctx); in verify_ocsp_response() local 2511 rv = OCSP_basic_verify(bs, chain_certs, store, 0); in verify_ocsp_response()
|
/third_party/skia/src/core/ |
H A D | SkVM.h | 625 // TODO: allow uniform (i.e. Ptr) offsets to store* and load*? 928 void store(PixelFormat, Ptr ptr, Color); in abs() 1313 SI void store(PixelFormat f, Ptr p, Color c) { return c->store(f,p,c); } in store() function
|
/device/soc/rockchip/common/sdk_linux/drivers/thermal/ |
H A D | thermal_core.c | 614 * @max_power: pointer in which to store the maximum power 617 * cooling device can currently consume and store it in @max_power. 634 * @min_power: pointer in which to store the minimum power 637 * cooling device can currently consume and store it in @min_power. 913 dev->weight_attr.store = weight_store; in thermal_zone_bind_cooling_device()
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_account_test/ |
H A D | ability_manager_service_account_test.cpp | 50 auto f = [&taskCalled]() { taskCalled.store(true); }; in WaitUntilTaskFinished()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ui_ability.cpp | 576 useAppSettedRecoveryValue_.store(useAppSettedRecoveryValue); in EnableAbilityRecovery()
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | producer_surface.cpp | 87 inited_.store(true); in Init()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_paint_filter_canvas.cpp | 1300 isHighContrastEnabled_.store(other.isHighContrastEnabled_.load()); in CopyConfigurationToOffscreenCanvas()
|
/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_object_proxy.cpp | 421 isRemoteDead_.store(isDied); in SetObjectDied()
|
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/ |
H A D | websocket_exec.cpp | 139 threadStop_.store(threadStop); in SetThreadStop()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/ |
H A D | dcamera_source_dev.cpp | 832 hicollieFlag_.store(flag); in SetHicollieFlag()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | fft.asm | 234 ; scheduled to avoid store->load aliasing
|
H A D | vp9lpf_16bpp.asm | 709 ; store
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_entry.cpp | 1382 store(float16_to_float(datai), info->color_endpoints[i][j]); in astcenc_get_block_info()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-serialization.cc | 137 // serialization/deserialization, we want to store/retrieve a tag (the function 627 publishing_.store(false, std::memory_order_relaxed); in TryPublishing()
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | policy-json.c | 367 lwsl_err("%s: at least one cert required in trust store\n", in lws_ss_policy_parser_cb() 556 lwsl_err("%s: trust store too big\n", __func__); in lws_ss_policy_parser_cb() 572 lwsl_err("%s: unknown trust store entry %s\n", __func__, in lws_ss_policy_parser_cb() 850 a->curr[LTY_POLICY].p->trust.store = ts; in lws_ss_policy_parser_cb() 856 lwsl_err("%s: unknown trust store name %s\n", __func__, in lws_ss_policy_parser_cb()
|