/third_party/curl/lib/vtls/ |
H A D | vtls.c | 653 struct Curl_ssl_session *store; in Curl_ssl_addsessionid() local 666 store = &data->state.session[0]; in Curl_ssl_addsessionid() 706 store = &data->state.session[i]; in Curl_ssl_addsessionid() 711 Curl_ssl_kill_session(store); in Curl_ssl_addsessionid() 713 store = &data->state.session[i]; /* use this slot */ in Curl_ssl_addsessionid() 716 store->sessionid = ssl_sessionid; in Curl_ssl_addsessionid() 717 store->idsize = idsize; in Curl_ssl_addsessionid() 718 store->age = *general_age; /* set current age */ in Curl_ssl_addsessionid() 720 free(store->name); in Curl_ssl_addsessionid() 721 free(store in Curl_ssl_addsessionid() [all...] |
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote/ |
H A D | remote_audio_capturer_source.cpp | 181 capturerInited_.store(false); in ClearCapture() 182 isCapturerCreated_.store(false); in ClearCapture() 183 started_.store(false); in ClearCapture() 184 paused_.store(false); in ClearCapture() 274 capturerInited_.store(true); in Init() 346 isCapturerCreated_.store(true); in CreateCapture() 424 started_.store(true); in Start() 439 started_.store(false); in Stop() 456 paused_.store(true); in Pause() 473 paused_.store(fals in Resume() [all...] |
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote_fast/ |
H A D | remote_fast_audio_renderer_sink.cpp | 203 rendererInited_.store(false); in ClearRender() 204 isRenderCreated_.store(false); in ClearRender() 205 started_.store(false); in ClearRender() 206 paused_.store(false); in ClearRender() 282 rendererInited_.store(true); in Init() 315 isRenderCreated_.store(true); in CreateRender() 516 started_.store(true); in Start() 532 started_.store(false); in Stop() 550 paused_.store(true); in Pause() 567 paused_.store(fals in Resume() [all...] |
/foundation/multimedia/av_codec/services/services/codec/server/ |
H A D | codec_server.cpp | 1273 decodedFrameCount_.store(0); in StopPostProcessing() 1274 processedFrameCount_.store(0); in StopPostProcessing() 1275 decoderIsEOS_.store(false); in StopPostProcessing() 1302 decodedFrameCount_.store(0); in FlushPostProcessing() 1303 processedFrameCount_.store(0); in FlushPostProcessing() 1304 decoderIsEOS_.store(false); in FlushPostProcessing() 1487 decoderIsEOS_.store(true); in PostProcessingTask() 1548 decodedFrameCount_.store(0); in CleanPostProcessingResource() 1549 processedFrameCount_.store(0); in CleanPostProcessingResource() 1550 decoderIsEOS_.store(fals in CleanPostProcessingResource() [all...] |
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 330 isRunning_.store(true); in StartVideoDecoder() 334 isRunning_.store(false); in StartVideoDecoder() 341 isRunning_.store(false); in StartVideoDecoder() 352 isRunning_.store(false); in StartVideoDecoder() 362 isRunning_.store(false); in StartVideoDecoder() 549 isRunning_.store(false); in SendData() 557 isRunning_.store(false); in SendData() 568 isRunning_.store(false); in SendData() 705 isRunning_.store(false); in Reset() 740 isRunning_.store(tru in Start() [all...] |
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
H A D | samgr_server.c | 94 SASTORA_Init(&g_server.store);
in InitializeRegistry() 131 SASTORA_ClearByPid(&server->store, request->msgValue);
in MessageHandle() 169 int index = SASTORA_FindHandleByPid(&g_server.store, pid, &handle);
in ProcEndpoint() 187 (void)SASTORA_SaveHandleByPid(&server->store, handle);
in ProcEndpoint() 211 int index = SASTORA_FindHandleByUidPid(&server->store, uid, pid, &handle);
in ProcPutFeature() 218 *identity = SASTORA_Find(&server->store, service, feature);
in ProcPutFeature() 240 ret = SASTORA_Save(&server->store, service, feature, identity);
in ProcPutFeature() 304 *identity = SASTORA_Find(&server->store, service, feature);
in ProcGetFeature() 312 PidHandle providerPid = SASTORA_FindPidHandleByIpcHandle(&server->store, identity->handle);
in ProcGetFeature() 540 int err = SASTORA_FindHandleByPid(&g_server.store, pi in OnEndpointExit() [all...] |
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/ |
H A D | file_source.cpp | 71 isReading_.store(true); in Start() 117 isReading_.store(false); in Stop()
|
/foundation/multimedia/player_framework/services/services/observer/ |
H A D | account_observer.cpp | 84 isAccountListenerDied_.store(false); in Init() 117 isAccountListenerDied_.store(true); in UnregisterObserver()
|
/foundation/multimedia/player_framework/services/utils/ |
H A D | watchdog.cpp | 53 disabling.store(true); in DisableWatchDog() 66 disabling.store(false); in DisableWatchDog()
|
/foundation/communication/netmanager_base/services/netpolicymanager/include/ |
H A D | net_access_policy_rdb.h | 74 void UpgradeDbVersionTo(NativeRdb::RdbStore &store, int newVersion); 75 void AddIsBroker(NativeRdb::RdbStore &store, int newVersion);
|
/foundation/communication/dsoftbus/tests/utils/ |
H A D | exception_branch_checker.cpp | 77 instance_.store(this); in ExceptionBranchChecker() 82 instance_.store(nullptr); in ~ExceptionBranchChecker()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_queue.c | 89 cl_emit(icl, STORE_TILE_BUFFER_GENERAL, store) { in job_emit_noop() 90 store.buffer_to_store = NONE; in job_emit_noop()
|
/third_party/node/deps/v8/src/libsampler/ |
H A D | sampler.h | 84 active_.store(value, std::memory_order_relaxed); in SetActive() 88 record_sample_.store(true, std::memory_order_relaxed); in SetShouldRecordSample()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cordz_update_tracker.h | 76 values_[i].store(rhs.values_[i].load(std::memory_order_relaxed), 90 value.store(value.load(std::memory_order_relaxed) + n, in LossyAdd()
|
/third_party/skia/include/private/ |
H A D | GrVkTypesPriv.h | 16 // This struct is to used to store the the actual information about the vulkan backend image on the 58 fLayout.store(layout); in setImageLayout() 68 fQueueFamilyIndex.store(queueFamilyIndex); in setQueueFamilyIndex()
|
/third_party/skia/bench/ |
H A D | Sk4fBench.cpp | 36 fs.store((float*)blackhole); 54 fs.store((float*)blackhole);
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | store.rs | 3 //! The `X509` certificate store holds trusted CA certificates used to verify 9 //! use openssl::x509::store::{X509StoreBuilder, X509Store}; 41 //! let store: X509Store = builder.build(); 73 /// Returns a builder for a certificate store. 75 /// The store is initially empty. 87 let store = X509Store(self.0); in build() 89 store in build() 94 /// Adds a certificate to the certificate store. 111 /// Adds a lookup method to the store. 255 /// A certificate store t [all...] |
/foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
H A D | media_monitor_service.cpp | 73 signal_->isRunning_.store(true); in OnStart() 84 signal_->isRunning_.store(false); in OnStop() 280 dumpSignal_->isRunning_.store(false); in DumpThreadProcess() 304 dumpSignal_->isRunning_.store(true); in DumpThreadStart() 312 dumpSignal_->isRunning_.store(false); in DumpThreadStop() 328 dumpSignal_->isRunning_.store(false); in DumpThreadExit()
|
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | co_routine.cpp | 142 task->runningTid.store(pthread_self()); in SwitchTsdToTask() 188 task->runningTid.store(0); in SwitchTsdToThread() 257 co->status.store(static_cast<int>(CoStatus::CO_UNINITIALIZED)); in CoStartEntry() 300 co->status.store(static_cast<int>(CoStatus::CO_UNINITIALIZED)); 479 co->status.store(static_cast<int>(CoStatus::CO_NOT_FINISH)); 498 co->status.store(static_cast<int>(CoStatus::CO_NOT_FINISH)); // recovery to old state
|
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/src/ |
H A D | dmic_client.cpp | 92 isBlocking_.store(true); in OnStateChange() 94 isCaptureReady_.store(true); in OnStateChange() 349 isBlocking_.store(false); in StopCapture() 351 isCaptureReady_.store(false); in StopCapture() 382 isPauseStatus_.store(true); in PauseCapture() 389 isPauseStatus_.store(false); in ResumeCapture()
|
/third_party/jinja2/ |
H A D | idtracking.py | 94 def store(self, name: str) -> None: member in Symbols 244 elif node.ctx == "store": 245 self.symbols.store(node.name) 271 self.symbols.store(node.name) 275 self.symbols.store(node.target) 282 self.symbols.store(name[1]) 284 self.symbols.store(name)
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | hostref.cc | 116 auto store = store_.get(); in run() local 134 auto module = wasm::Module::make(store, binary); in run() 146 auto callback_func = wasm::Func::make(store, callback_type.get(), callback); in run() 151 auto instance = wasm::Instance::make(store, module.get(), imports); in run() 171 auto host1 = wasm::Foreign::make(store); in run() 172 auto host2 = wasm::Foreign::make(store); in run()
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | idtracking.py | 77 def store(self, name): member in Symbols 217 elif node.ctx == "store": 218 self.symbols.store(node.name) 244 self.symbols.store(node.name) 248 self.symbols.store(node.target) 254 self.symbols.store(name[1]) 256 self.symbols.store(name)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | idtracking.py | 77 def store(self, name): member in Symbols 213 elif node.ctx == 'store': 214 self.symbols.store(node.name) 240 self.symbols.store(node.name) 244 self.symbols.store(node.target) 250 self.symbols.store(name[1]) 252 self.symbols.store(name)
|
/third_party/node/deps/openssl/openssl/crypto/ts/ |
H A D | ts_rsp_verify.c | 19 static int ts_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted, 89 X509_STORE *store, X509 **signer_out) in TS_RESP_verify_signature() 136 if (!ts_verify_cert(store, untrusted, signer, &chain)) in TS_RESP_verify_signature() 171 static int ts_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted, in ts_verify_cert() argument 184 if (!X509_STORE_CTX_init(cert_ctx, store, signer, untrusted)) in ts_verify_cert() 310 && !TS_RESP_verify_signature(token, ctx->certs, ctx->store, &signer)) in int_ts_RESP_verify_token() 88 TS_RESP_verify_signature(PKCS7 *token, STACK_OF(X509) *certs, X509_STORE *store, X509 **signer_out) TS_RESP_verify_signature() argument
|